#8AAF62

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

Shades of Chelsea Cucumber #8AAF62

Tints of Chelsea Cucumber #8AAF62

Color information

#8AAF62 (or 0x8AAF62) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AF and 62. RGB value is (138,175,98). Sum of RGB (Red+Green+Blue) = 138+175+98=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF62 is #75509D. Grayscale: #9B9B9B. Windows color (decimal): -7688350 or 6467466. OLE color: 6467466.

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

Color convert

RGB13817598-
CMYK0.2100.440.31
HSL88.83º32.49%53.53%-
HSV(B)88.83º44%68.63%-
XYZ28.0236.9517.21-
YUV155.1695.74115.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 98 (38.67% from 255) = 23.84%
R=33.58%
G=42.58%
B=23.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175980.2100.440.3188.8332.4953.53
Hex8AAF621502C1F592036
Octal21225714225054371314066
Binary10001010101011111100010101010101100111111011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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