#8AAF5E

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

Shades of Chelsea Cucumber #8AAF5E

Tints of Chelsea Cucumber #8AAF5E

Color information

#8AAF5E (or 0x8AAF5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AF and 5E. RGB value is (138,175,94). Sum of RGB (Red+Green+Blue) = 138+175+94=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF5E is #7550A1. Grayscale: #9A9A9A. Windows color (decimal): -7688354 or 6205322. OLE color: 6205322.

HSL color Cylindrical-coordinate representation of color #8AAF5E: hue angle of 87.41º degrees, saturation: 0.34, 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 #8AAF5E is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB13817594-
CMYK0.2100.460.31
HSL87.41º33.61%52.75%-
HSV(B)87.41º46.29%68.63%-
XYZ27.8336.8716.24-
YUV154.793.74116.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=33.91%
G=43.00%
B=23.10%

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
Decimal138175940.2100.460.3187.4133.6152.75
Hex8AAF5E1502E1F572235
Octal21225713625056371274265
Binary10001010101011111011110101010101110111111010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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