Html Css Color HEX #8AA06E Chelsea Cucumber

📋 copy color: '#8AA06E'

red 138 ◦ green 160 ◦ blue 110

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

Shades of Chelsea Cucumber #8AA06E

Tints of Chelsea Cucumber #8AA06E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 110 (43.36% from 255) = 26.96%

R = 33.82%
G = 39.22%
B = 26.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#8AA06E (or 0x8AA06E) is known color: Chelsea Cucumber. HEX triplet: 8A, A0 and 6E. RGB value is (138,160,110). Sum of RGB (Red+Green+Blue) = 138+160+110=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA06E is #755F91. Grayscale: #939393. Windows color (decimal): -7692178 or 7250058. OLE color: 7250058.

HSL color Cylindrical-coordinate representation of color #8AA06E: hue angle of 86.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AA06E is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 160 110 -
CMYK 0.14 0 0.31 0.37
HSL 86.4º 0.21% 0.53% -
HSV(B) 86.4º 0.31% 0.63% -
XYZ 25.87 31.67 19.5 -
YUV 147.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 138 160 110 0.14 0 0.31 0.37 86.4 0.21 0.53
Hex 8A A0 6E E 0 1F 25 56 15 35
Octal 212 240 156 16 0 37 45 126 25 65
Binary 10001010 10100000 1101110 1110 0 11111 100101 1010110 10101 110101

Color Harmonies of #8AA06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA06E

Black with #8AA06E

Text Example


Text Example

White with #8AA06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,160,110); }

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

background-color css

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

 a { background-color: rgb(138,160,110); }

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

border-color css

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

 span { border-color: rgb(138,160,110); }

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