Html Css Color HEX #8AA16E Chelsea Cucumber

📋 copy color: '#8AA16E'

red 138 ◦ green 161 ◦ blue 110

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

Shades of Chelsea Cucumber #8AA16E

Tints of Chelsea Cucumber #8AA16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 33.74%
G = 39.36%
B = 26.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#8AA16E (or 0x8AA16E) is known color: Chelsea Cucumber. HEX triplet: 8A, A1 and 6E. RGB value is (138,161,110). Sum of RGB (Red+Green+Blue) = 138+161+110=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA16E is #755E91. Grayscale: #949494. Windows color (decimal): -7691922 or 7250314. OLE color: 7250314.

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

Color convert

RGB 138 161 110 -
CMYK 0.14 0 0.32 0.37
HSL 87.06º 0.21% 0.53% -
HSV(B) 87.06º 0.32% 0.63% -
XYZ 26.04 32.02 19.56 -
YUV 148.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 138 161 110 0.14 0 0.32 0.37 87.06 0.21 0.53
Hex 8A A1 6E E 0 20 25 57 15 35
Octal 212 241 156 16 0 40 45 127 25 65
Binary 10001010 10100001 1101110 1110 0 100000 100101 1010111 10101 110101

Color Harmonies of #8AA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA16E

Black with #8AA16E

Text Example


Text Example

White with #8AA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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