#8AAF68

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

Shades of Chelsea Cucumber #8AAF68

Tints of Chelsea Cucumber #8AAF68

Color information

#8AAF68 (or 0x8AAF68) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AF and 68. RGB value is (138,175,104). Sum of RGB (Red+Green+Blue) = 138+175+104=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF68 is #755097. Grayscale: #9C9C9C. Windows color (decimal): -7688344 or 6860682. OLE color: 6860682.

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

Color convert

RGB138175104-
CMYK0.2100.410.31
HSL91.27º30.74%54.71%-
HSV(B)91.27º40.57%68.63%-
XYZ28.3137.0618.76-
YUV155.8498.74115.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=33.09%
G=41.97%
B=24.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751040.2100.410.3191.2730.7454.71
Hex8AAF68150291F5b1f37
Octal21225715025051371333767
Binary1000101010101111110100010101010100111111101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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