#8AA14A

Color #8AA14A Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8AA14A

Tints of Chelsea Cucumber #8AA14A

Color information

#8AA14A (or 0x8AA14A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A1 and 4A. RGB value is (138,161,74). Sum of RGB (Red+Green+Blue) = 138+161+74=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA14A is #755EB5. Grayscale: #909090. Windows color (decimal): -7691958 or 4891018. OLE color: 4891018.

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

Color convert

RGB13816174-
CMYK0.1400.540.37
HSL75.86º37.02%46.08%-
HSV(B)75.86º54.04%63.14%-
XYZ24.4631.3911.25-
YUV144.2188.38123.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=37.00%
G=43.16%
B=19.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161740.1400.540.3775.8637.0246.08
Hex8AA14AE036254c252e
Octal21224111216066451144556
Binary10001010101000011001010111001101101001011001100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AA14A;
 }
 .AnyTagClassName
 {
   color: #8AA14A;
 }
</style>
background-color css

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

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

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

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

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

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