Html Css Color HEX #8DAA44 Chelsea Cucumber

📋 copy color: '#8DAA44'

red 141 ◦ green 170 ◦ blue 68

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

Shades of Chelsea Cucumber #8DAA44

Tints of Chelsea Cucumber #8DAA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.94%

R = 37.2%
G = 44.85%
B = 17.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#8DAA44 (or 0x8DAA44) is known color: Chelsea Cucumber. HEX triplet: 8D, AA and 44. RGB value is (141,170,68). Sum of RGB (Red+Green+Blue) = 141+170+68=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAA44 is #7255BB. Grayscale: #969696. Windows color (decimal): -7493052 or 4500109. OLE color: 4500109.

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

Color convert

RGB 141 170 68 -
CMYK 0.17 0 0.6 0.33
HSL 77.06º 0.43% 0.47% -
HSV(B) 77.06º 0.6% 0.67% -
XYZ 26.4 34.83 10.8 -
YUV 149.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 141 170 68 0.17 0 0.6 0.33 77.06 0.43 0.47
Hex 8D AA 44 11 0 3C 21 4D 2B 2F
Octal 215 252 104 21 0 74 41 115 53 57
Binary 10001101 10101010 1000100 10001 0 111100 100001 1001101 101011 101111

Color Harmonies of #8DAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAA44

Black with #8DAA44

Text Example


Text Example

White with #8DAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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