#8AAF4C

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

Shades of Chelsea Cucumber #8AAF4C

Tints of Chelsea Cucumber #8AAF4C

Color information

#8AAF4C (or 0x8AAF4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AF and 4C. RGB value is (138,175,76). Sum of RGB (Red+Green+Blue) = 138+175+76=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF4C is #7550B3. Grayscale: #999999. Windows color (decimal): -7688372 or 5025674. OLE color: 5025674.

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

Color convert

RGB13817576-
CMYK0.2100.570.31
HSL82.42º39.44%49.22%-
HSV(B)82.42º56.57%68.63%-
XYZ27.1236.5912.47-
YUV152.6584.74117.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=35.48%
G=44.99%
B=19.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175760.2100.570.3182.4239.4449.22
Hex8AAF4C150391F522731
Octal21225711425071371224761
Binary10001010101011111001100101010111001111111010010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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