#1BA06C

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

Shades of Elf Green #1BA06C

Tints of Elf Green #1BA06C

Color information

#1BA06C (or 0x1BA06C) is unknown color: approx Elf Green. HEX triplet: 1B, A0 and 6C. RGB value is (27,160,108). Sum of RGB (Red+Green+Blue) = 27+160+108=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA06C is #E45F93. Grayscale: #727272. Windows color (decimal): -14966676 or 7118875. OLE color: 7118875.

HSL color Cylindrical-coordinate representation of color #1BA06C: hue angle of 156.54º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA06C is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB27160108-
CMYK0.8300.320.37
HSL156.54º71.12%36.67%-
HSV(B)156.54º83.13%62.75%-
XYZ15.7326.4618.47-
YUV114.3124.4465.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 160 (62.89% from 255) = 54.24%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=9.15%
G=54.24%
B=36.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal271601080.8300.320.37156.5471.1236.67
Hex1BA06C53020259d4725
Octal332401541230404523510745
Binary1101110100000110110010100110100000100101100111011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,160,108); }

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

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

 a { background-color: rgb(27,160,108); }

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

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

 span { border-color: rgb(27,160,108); }

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