Html Css Color HEX #8CAA55 Chelsea Cucumber

📋 copy color: '#8CAA55'

red 140 ◦ green 170 ◦ blue 85

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

Shades of Chelsea Cucumber #8CAA55

Tints of Chelsea Cucumber #8CAA55

RGB

 RED value IS 140 (55.08% from 255) = 35.44%

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

 BLUE value IS 85 (33.59% from 255) = 21.52%

R = 35.44%
G = 43.04%
B = 21.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#8CAA55 (or 0x8CAA55) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 55. RGB value is (140,170,85). Sum of RGB (Red+Green+Blue) = 140+170+85=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA55 is #7355AA. Grayscale: #979797. Windows color (decimal): -7558571 or 5614220. OLE color: 5614220.

HSL color Cylindrical-coordinate representation of color #8CAA55: hue angle of 81.18º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CAA55 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 85 -
CMYK 0.18 0 0.50 0.33
HSL 81.18º 0.33% 0.5% -
HSV(B) 81.18º 0.5% 0.67% -
XYZ 26.83 34.98 13.93 -
YUV 151.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 140 170 85 0.18 0 0.50 0.33 81.18 0.33 0.5
Hex 8C AA 55 12 0 32 21 51 21 32
Octal 214 252 125 22 0 62 41 121 41 62
Binary 10001100 10101010 1010101 10010 0 110010 100001 1010001 100001 110010

Color Harmonies of #8CAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA55

Black with #8CAA55

Text Example


Text Example

White with #8CAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,85); }

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

background-color css

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

 a { background-color: rgb(140,170,85); }

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

border-color css

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

 span { border-color: rgb(140,170,85); }

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