Html Css Color HEX #8AAA44 Chelsea Cucumber

📋 copy color: '#8AAA44'

red 138 ◦ green 170 ◦ blue 68

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

Shades of Chelsea Cucumber #8AAA44

Tints of Chelsea Cucumber #8AAA44

RGB

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

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

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

R = 36.7%
G = 45.21%
B = 18.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#8AAA44 (or 0x8AAA44) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 44. RGB value is (138,170,68). Sum of RGB (Red+Green+Blue) = 138+170+68=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA44 is #7555BB. Grayscale: #959595. Windows color (decimal): -7689660 or 4500106. OLE color: 4500106.

HSL color Cylindrical-coordinate representation of color #8AAA44: hue angle of 78.82º 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 #8AAA44 is Cyan = 0.19, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 68 -
CMYK 0.19 0 0.6 0.33
HSL 78.82º 0.43% 0.47% -
HSV(B) 78.82º 0.6% 0.67% -
XYZ 25.9 34.57 10.78 -
YUV 148.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 138 170 68 0.19 0 0.6 0.33 78.82 0.43 0.47
Hex 8A AA 44 13 0 3C 21 4F 2B 2F
Octal 212 252 104 23 0 74 41 117 53 57
Binary 10001010 10101010 1000100 10011 0 111100 100001 1001111 101011 101111

Color Harmonies of #8AAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA44

Black with #8AAA44

Text Example


Text Example

White with #8AAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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