Html Css Color HEX #8AAE56 Chelsea Cucumber

📋 copy color: '#8AAE56'

red 138 ◦ green 174 ◦ blue 86

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

Shades of Chelsea Cucumber #8AAE56

Tints of Chelsea Cucumber #8AAE56

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.72%

 BLUE value IS 86 (33.98% from 255) = 21.61%

R = 34.67%
G = 43.72%
B = 21.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#8AAE56 (or 0x8AAE56) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 56. RGB value is (138,174,86). Sum of RGB (Red+Green+Blue) = 138+174+86=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE56 is #7551A9. Grayscale: #999999. Windows color (decimal): -7688618 or 5680778. OLE color: 5680778.

HSL color Cylindrical-coordinate representation of color #8AAE56: hue angle of 84.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AAE56 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 86 -
CMYK 0.21 0 0.51 0.32
HSL 84.55º 0.35% 0.51% -
HSV(B) 84.55º 0.51% 0.68% -
XYZ 27.3 36.35 14.38 -
YUV 153.2 90.07 117.16 -
System Red Green Blue C M Y K H S L
Decimal 138 174 86 0.21 0 0.51 0.32 84.55 0.35 0.51
Hex 8A AE 56 15 0 33 20 55 23 33
Octal 212 256 126 25 0 63 40 125 43 63
Binary 10001010 10101110 1010110 10101 0 110011 100000 1010101 100011 110011

Color Harmonies of #8AAE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE56

Black with #8AAE56

Text Example


Text Example

White with #8AAE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,86); }

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

background-color css

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

 a { background-color: rgb(138,174,86); }

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

border-color css

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

 span { border-color: rgb(138,174,86); }

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