Html Css Color HEX #8DAA66 Chelsea Cucumber

📋 copy color: '#8DAA66'

red 141 ◦ green 170 ◦ blue 102

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

Shades of Chelsea Cucumber #8DAA66

Tints of Chelsea Cucumber #8DAA66

RGB

 RED value IS 141 (55.47% from 255) = 34.14%

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

 BLUE value IS 102 (40.23% from 255) = 24.7%

R = 34.14%
G = 41.16%
B = 24.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#8DAA66 (or 0x8DAA66) is known color: Chelsea Cucumber. HEX triplet: 8D, AA and 66. RGB value is (141,170,102). Sum of RGB (Red+Green+Blue) = 141+170+102=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA66 is #725599. Grayscale: #999999. Windows color (decimal): -7493018 or 6728333. OLE color: 6728333.

HSL color Cylindrical-coordinate representation of color #8DAA66: hue angle of 85.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DAA66 is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 170 102 -
CMYK 0.17 0 0.4 0.33
HSL 85.59º 0.29% 0.53% -
HSV(B) 85.59º 0.4% 0.67% -
XYZ 27.76 35.37 17.93 -
YUV 153.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 141 170 102 0.17 0 0.4 0.33 85.59 0.29 0.53
Hex 8D AA 66 11 0 28 21 56 1D 35
Octal 215 252 146 21 0 50 41 126 35 65
Binary 10001101 10101010 1100110 10001 0 101000 100001 1010110 11101 110101

Color Harmonies of #8DAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAA66

Black with #8DAA66

Text Example


Text Example

White with #8DAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,170,102); }

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

background-color css

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

 a { background-color: rgb(141,170,102); }

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

border-color css

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

 span { border-color: rgb(141,170,102); }

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