Html Css Color HEX #8AAA60 Chelsea Cucumber

📋 copy color: '#8AAA60'

red 138 ◦ green 170 ◦ blue 96

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

Shades of Chelsea Cucumber #8AAA60

Tints of Chelsea Cucumber #8AAA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 34.16%
G = 42.08%
B = 23.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#8AAA60 (or 0x8AAA60) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 60. RGB value is (138,170,96). Sum of RGB (Red+Green+Blue) = 138+170+96=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA60 is #75559F. Grayscale: #989898. Windows color (decimal): -7689632 or 6335114. OLE color: 6335114.

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

Color convert

RGB 138 170 96 -
CMYK 0.19 0 0.44 0.33
HSL 85.95º 0.3% 0.52% -
HSV(B) 85.95º 0.44% 0.67% -
XYZ 26.97 35 16.4 -
YUV 152 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 138 170 96 0.19 0 0.44 0.33 85.95 0.3 0.52
Hex 8A AA 60 13 0 2C 21 56 1E 34
Octal 212 252 140 23 0 54 41 126 36 64
Binary 10001010 10101010 1100000 10011 0 101100 100001 1010110 11110 110100

Color Harmonies of #8AAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA60

Black with #8AAA60

Text Example


Text Example

White with #8AAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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