#8AAF58

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

Shades of Chelsea Cucumber #8AAF58

Tints of Chelsea Cucumber #8AAF58

Color information

#8AAF58 (or 0x8AAF58) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AF and 58. RGB value is (138,175,88). Sum of RGB (Red+Green+Blue) = 138+175+88=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF58 is #7550A7. Grayscale: #9A9A9A. Windows color (decimal): -7688360 or 5812106. OLE color: 5812106.

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

Color convert

RGB13817588-
CMYK0.2100.500.31
HSL85.52º35.22%51.57%-
HSV(B)85.52º49.71%68.63%-
XYZ27.5736.7714.88-
YUV154.0290.74116.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.41%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 88 (34.77% from 255) = 21.95%
R=34.41%
G=43.64%
B=21.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175880.2100.500.3185.5235.2251.57
Hex8AAF58150321F562334
Octal21225713025062371264364
Binary10001010101011111011000101010110010111111010110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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