Html Css Color HEX #8AAE5E Chelsea Cucumber

📋 copy color: '#8AAE5E'

red 138 ◦ green 174 ◦ blue 94

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

Shades of Chelsea Cucumber #8AAE5E

Tints of Chelsea Cucumber #8AAE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 33.99%
G = 42.86%
B = 23.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#8AAE5E (or 0x8AAE5E) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 5E. RGB value is (138,174,94). Sum of RGB (Red+Green+Blue) = 138+174+94=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE5E is #7551A1. Grayscale: #9A9A9A. Windows color (decimal): -7688610 or 6205066. OLE color: 6205066.

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

Color convert

RGB 138 174 94 -
CMYK 0.21 0 0.46 0.32
HSL 87º 0.33% 0.53% -
HSV(B) 87º 0.46% 0.68% -
XYZ 27.64 36.48 16.18 -
YUV 154.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 138 174 94 0.21 0 0.46 0.32 87 0.33 0.53
Hex 8A AE 5E 15 0 2E 20 57 21 35
Octal 212 256 136 25 0 56 40 127 41 65
Binary 10001010 10101110 1011110 10101 0 101110 100000 1010111 100001 110101

Color Harmonies of #8AAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE5E

Black with #8AAE5E

Text Example


Text Example

White with #8AAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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