#1ba965

Color #1BA965 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #1BA965

Tints of Jade #1BA965

Color information

#1BA965 (or 0x1BA965) is unknown color: approx Jade. HEX triplet: 1B, A9 and 65. RGB value is (27,169,101). Sum of RGB (Red+Green+Blue) = 27+169+101=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #1BA965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA965 is #E4569A. Grayscale: #767676. Windows color (decimal): -14964379 or 6662427. OLE color: 6662427.

HSL color Cylindrical-coordinate representation of color #1BA965: hue angle of 151.27º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA965 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB27169101-
CMYK0.8400.400.34
HSL151.27º72.45%38.43%-
HSV(B)151.27º84.02%66.27%-
XYZ16.9929.5517.12-
YUV118.79117.9662.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 9.09%
GREEN value IS 169 (66.41% from 255) = 56.90%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=9.09%
G=56.90%
B=34.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal271691010.8400.400.34151.2772.4538.43
Hex1BA9655402822974826
Octal332511451240504222711046
Binary1101110101001110010110101000101000100010100101111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ba965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ba965; }

 p { color: rgb(27,169,101); }

 H1.HeaderClassName
 {
   color: #1ba965;
 }
 .AnyTagClassName
 {
   color: #1ba965;
 }
</style>
background-color css

<style>
 a { background-color: #1ba965; }

 a { background-color: rgb(27,169,101); }

 div.DivClassName
 {
   background-color: #1ba965;
 }
 .BgClassName
 {
   background-color: #1ba965;
 }
</style>
border-color css

<style>
 span { border-color: #1ba965; }

 span { border-color: rgb(27,169,101); }

 td.TdClassName
 {
   border-color: #1ba965;
 }
 .TagClassName
 {
   border-color: #1ba965;
 }
</style>