#1ACB09

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

Shades of Lime Green #1ACB09

Tints of Lime Green #1ACB09

Color information

#1ACB09 (or 0x1ACB09) is unknown color: approx Lime Green. HEX triplet: 1A, CB and 09. RGB value is (26,203,9). Sum of RGB (Red+Green+Blue) = 26+203+9=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 203 (79.69% from 255 or 85.29% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACB09 is #E534F6. Grayscale: #808080. Windows color (decimal): -15021303 or 641818. OLE color: 641818.

HSL color Cylindrical-coordinate representation of color #1ACB09: hue angle of 114.74º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1ACB09 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB262039-
CMYK0.8700.960.20
HSL114.74º91.51%41.57%-
HSV(B)114.74º95.57%79.61%-
XYZ21.8342.957.4-
YUV127.9660.8655.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 203 (79.69% from 255) = 85.29%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=10.92%
G=85.29%
B=3.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2620390.8700.960.20114.7491.5141.57
Hex1ACB95706014735c2a
Octal323131112701402416313452
Binary110101100101110011010111011000001010011100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,203,9); }

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

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

 a { background-color: rgb(26,203,9); }

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

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

 span { border-color: rgb(26,203,9); }

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