Html Css Color HEX #8AAA70 Chelsea Cucumber

📋 copy color: '#8AAA70'

red 138 ◦ green 170 ◦ blue 112

#8AAA70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8AAA70

Tints of Chelsea Cucumber #8AAA70

RGB

 RED value IS 138 (54.3% from 255) = 32.86%

 GREEN value IS 170 (66.8% from 255) = 40.48%

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 32.86%
G = 40.48%
B = 26.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#8AAA70 (or 0x8AAA70) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 70. RGB value is (138,170,112). Sum of RGB (Red+Green+Blue) = 138+170+112=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA70 is #75558F. Grayscale: #9A9A9A. Windows color (decimal): -7689616 or 7383690. OLE color: 7383690.

HSL color Cylindrical-coordinate representation of color #8AAA70: hue angle of 93.1º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AAA70 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 112 -
CMYK 0.19 0 0.34 0.33
HSL 93.1º 0.25% 0.55% -
HSV(B) 93.1º 0.34% 0.67% -
XYZ 27.78 35.32 20.68 -
YUV 153.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 138 170 112 0.19 0 0.34 0.33 93.1 0.25 0.55
Hex 8A AA 70 13 0 22 21 5D 19 37
Octal 212 252 160 23 0 42 41 135 31 67
Binary 10001010 10101010 1110000 10011 0 100010 100001 1011101 11001 110111

Color Harmonies of #8AAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA70

Black with #8AAA70

Text Example


Text Example

White with #8AAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,112); }

 H1.HeaderClassName
 {
   color: #8AAA70;
 }
 .AnyTagClassName
 {
   color: #8AAA70;
 }
</style>

background-color css

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

 a { background-color: rgb(138,170,112); }

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

border-color css

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

 span { border-color: rgb(138,170,112); }

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