Html Css Color HEX #8AAE4A Chelsea Cucumber

📋 copy color: '#8AAE4A'

red 138 ◦ green 174 ◦ blue 74

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

Shades of Chelsea Cucumber #8AAE4A

Tints of Chelsea Cucumber #8AAE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 35.75%
G = 45.08%
B = 19.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#8AAE4A (or 0x8AAE4A) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 4A. RGB value is (138,174,74). Sum of RGB (Red+Green+Blue) = 138+174+74=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE4A is #7551B5. Grayscale: #989898. Windows color (decimal): -7688630 or 4894346. OLE color: 4894346.

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

Color convert

RGB 138 174 74 -
CMYK 0.21 0 0.57 0.32
HSL 81.6º 0.4% 0.49% -
HSV(B) 81.6º 0.57% 0.68% -
XYZ 26.85 36.17 12.04 -
YUV 151.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 138 174 74 0.21 0 0.57 0.32 81.6 0.4 0.49
Hex 8A AE 4A 15 0 39 20 52 28 31
Octal 212 256 112 25 0 71 40 122 50 61
Binary 10001010 10101110 1001010 10101 0 111001 100000 1010010 101000 110001

Color Harmonies of #8AAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE4A

Black with #8AAE4A

Text Example


Text Example

White with #8AAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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