Html Css Color HEX #8DAA6E Chelsea Cucumber

📋 copy color: '#8DAA6E'

red 141 ◦ green 170 ◦ blue 110

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

Shades of Chelsea Cucumber #8DAA6E

Tints of Chelsea Cucumber #8DAA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 33.49%
G = 40.38%
B = 26.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#8DAA6E (or 0x8DAA6E) is known color: Chelsea Cucumber. HEX triplet: 8D, AA and 6E. RGB value is (141,170,110). Sum of RGB (Red+Green+Blue) = 141+170+110=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA6E is #725591. Grayscale: #9A9A9A. Windows color (decimal): -7493010 or 7252621. OLE color: 7252621.

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

Color convert

RGB 141 170 110 -
CMYK 0.17 0 0.35 0.33
HSL 89º 0.26% 0.55% -
HSV(B) 89º 0.35% 0.67% -
XYZ 28.17 35.54 20.13 -
YUV 154.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 141 170 110 0.17 0 0.35 0.33 89 0.26 0.55
Hex 8D AA 6E 11 0 23 21 59 1A 37
Octal 215 252 156 21 0 43 41 131 32 67
Binary 10001101 10101010 1101110 10001 0 100011 100001 1011001 11010 110111

Color Harmonies of #8DAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAA6E

Black with #8DAA6E

Text Example


Text Example

White with #8DAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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