#8AAF5F

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

Shades of Chelsea Cucumber #8AAF5F

Tints of Chelsea Cucumber #8AAF5F

Color information

#8AAF5F (or 0x8AAF5F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AF and 5F. RGB value is (138,175,95). Sum of RGB (Red+Green+Blue) = 138+175+95=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF5F is #7550A0. Grayscale: #9B9B9B. Windows color (decimal): -7688353 or 6270858. OLE color: 6270858.

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

Color convert

RGB13817595-
CMYK0.2100.460.31
HSL87.75º33.33%52.94%-
HSV(B)87.75º45.71%68.63%-
XYZ27.8836.8916.48-
YUV154.8294.24116-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=33.82%
G=42.89%
B=23.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175950.2100.460.3187.7533.3352.94
Hex8AAF5F1502E1F582135
Octal21225713725056371304165
Binary10001010101011111011111101010101110111111011000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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