Html Css Color HEX #8AAE48 Chelsea Cucumber

📋 copy color: '#8AAE48'

red 138 ◦ green 174 ◦ blue 72

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

Shades of Chelsea Cucumber #8AAE48

Tints of Chelsea Cucumber #8AAE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 35.94%
G = 45.31%
B = 18.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#8AAE48 (or 0x8AAE48) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 48. RGB value is (138,174,72). Sum of RGB (Red+Green+Blue) = 138+174+72=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE48 is #7551B7. Grayscale: #979797. Windows color (decimal): -7688632 or 4763274. OLE color: 4763274.

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

Color convert

RGB 138 174 72 -
CMYK 0.21 0 0.59 0.32
HSL 81.18º 0.41% 0.48% -
HSV(B) 81.18º 0.59% 0.68% -
XYZ 26.79 36.14 11.7 -
YUV 151.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 138 174 72 0.21 0 0.59 0.32 81.18 0.41 0.48
Hex 8A AE 48 15 0 3B 20 51 29 30
Octal 212 256 110 25 0 73 40 121 51 60
Binary 10001010 10101110 1001000 10101 0 111011 100000 1010001 101001 110000

Color Harmonies of #8AAE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE48

Black with #8AAE48

Text Example


Text Example

White with #8AAE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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