#8ab04d

Color #8AB04D Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8AB04D

Tints of Chelsea Cucumber #8AB04D

Color information

#8AB04D (or 0x8AB04D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B0 and 4D. RGB value is (138,176,77). Sum of RGB (Red+Green+Blue) = 138+176+77=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB04D is #754FB2. Grayscale: #999999. Windows color (decimal): -7688115 or 5091466. OLE color: 5091466.

HSL color Cylindrical-coordinate representation of color #8AB04D: hue angle of 83.03º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AB04D is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB13817677-
CMYK0.2200.560.31
HSL83.03º39.13%49.61%-
HSV(B)83.03º56.25%69.02%-
XYZ27.3536.9912.72-
YUV153.3584.91117.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 176 (69.14% from 255) = 45.01%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=35.29%
G=45.01%
B=19.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138176770.2200.560.3183.0339.1349.61
Hex8AB04D160381F532732
Octal21226011526070371234762
Binary10001010101100001001101101100111000111111010011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ab04d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ab04d; }

 p { color: rgb(138,176,77); }

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

<style>
 a { background-color: #8ab04d; }

 a { background-color: rgb(138,176,77); }

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

<style>
 span { border-color: #8ab04d; }

 span { border-color: rgb(138,176,77); }

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