Html Css Color HEX #8AAA58 Chelsea Cucumber

📋 copy color: '#8AAA58'

red 138 ◦ green 170 ◦ blue 88

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

Shades of Chelsea Cucumber #8AAA58

Tints of Chelsea Cucumber #8AAA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 34.85%
G = 42.93%
B = 22.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#8AAA58 (or 0x8AAA58) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 58. RGB value is (138,170,88). Sum of RGB (Red+Green+Blue) = 138+170+88=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA58 is #7555A7. Grayscale: #979797. Windows color (decimal): -7689640 or 5810826. OLE color: 5810826.

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

Color convert

RGB 138 170 88 -
CMYK 0.19 0 0.48 0.33
HSL 83.41º 0.33% 0.51% -
HSV(B) 83.41º 0.48% 0.67% -
XYZ 26.62 34.86 14.56 -
YUV 151.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 138 170 88 0.19 0 0.48 0.33 83.41 0.33 0.51
Hex 8A AA 58 13 0 30 21 53 21 33
Octal 212 252 130 23 0 60 41 123 41 63
Binary 10001010 10101010 1011000 10011 0 110000 100001 1010011 100001 110011

Color Harmonies of #8AAA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA58

Black with #8AAA58

Text Example


Text Example

White with #8AAA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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