#8AAF60

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

Shades of Chelsea Cucumber #8AAF60

Tints of Chelsea Cucumber #8AAF60

Color information

#8AAF60 (or 0x8AAF60) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AF and 60. RGB value is (138,175,96). Sum of RGB (Red+Green+Blue) = 138+175+96=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF60 is #75509F. Grayscale: #9B9B9B. Windows color (decimal): -7688352 or 6336394. OLE color: 6336394.

HSL color Cylindrical-coordinate representation of color #8AAF60: hue angle of 88.1º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AAF60 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB13817596-
CMYK0.2100.450.31
HSL88.1º33.05%53.14%-
HSV(B)88.1º45.14%68.63%-
XYZ27.9236.9116.72-
YUV154.9394.74115.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=33.74%
G=42.79%
B=23.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175960.2100.450.3188.133.0553.14
Hex8AAF601502D1F582135
Octal21225714025055371304165
Binary10001010101011111100000101010101101111111011000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,96); }

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

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

 a { background-color: rgb(138,175,96); }

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

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

 span { border-color: rgb(138,175,96); }

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