#1BAE66

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

Shades of Jade #1BAE66

Tints of Jade #1BAE66

Color information

#1BAE66 (or 0x1BAE66) is unknown color: approx Jade. HEX triplet: 1B, AE and 66. RGB value is (27,174,102). Sum of RGB (Red+Green+Blue) = 27+174+102=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAE66 is #E45199. Grayscale: #797979. Windows color (decimal): -14963098 or 6729243. OLE color: 6729243.

HSL color Cylindrical-coordinate representation of color #1BAE66: hue angle of 150.61º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE66 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB27174102-
CMYK0.8400.410.32
HSL150.61º73.13%39.41%-
HSV(B)150.61º84.48%68.24%-
XYZ17.9931.4617.7-
YUV121.84116.860.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.91%
GREEN value IS 174 (68.36% from 255) = 57.43%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=8.91%
G=57.43%
B=33.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271741020.8400.410.32150.6173.1339.41
Hex1BAE665402920974927
Octal332561461240514022711147
Binary1101110101110110011010101000101001100000100101111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,174,102); }

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

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

 a { background-color: rgb(27,174,102); }

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

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

 span { border-color: rgb(27,174,102); }

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