Html Css Color HEX #8AA46F Chelsea Cucumber

📋 copy color: '#8AA46F'

red 138 ◦ green 164 ◦ blue 111

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

Shades of Chelsea Cucumber #8AA46F

Tints of Chelsea Cucumber #8AA46F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.71%

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 33.41%
G = 39.71%
B = 26.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#8AA46F (or 0x8AA46F) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 6F. RGB value is (138,164,111). Sum of RGB (Red+Green+Blue) = 138+164+111=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA46F is #755B90. Grayscale: #969696. Windows color (decimal): -7691153 or 7316618. OLE color: 7316618.

HSL color Cylindrical-coordinate representation of color #8AA46F: hue angle of 89.43º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA46F is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 111 -
CMYK 0.16 0 0.32 0.36
HSL 89.43º 0.23% 0.54% -
HSV(B) 89.43º 0.32% 0.64% -
XYZ 26.63 33.1 20.02 -
YUV 150.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 138 164 111 0.16 0 0.32 0.36 89.43 0.23 0.54
Hex 8A A4 6F 10 0 20 24 59 17 36
Octal 212 244 157 20 0 40 44 131 27 66
Binary 10001010 10100100 1101111 10000 0 100000 100100 1011001 10111 110110

Color Harmonies of #8AA46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA46F

Black with #8AA46F

Text Example


Text Example

White with #8AA46F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,164,111); }

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

background-color css

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

 a { background-color: rgb(138,164,111); }

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

border-color css

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

 span { border-color: rgb(138,164,111); }

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