#8AA14B

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

Shades of Chelsea Cucumber #8AA14B

Tints of Chelsea Cucumber #8AA14B

Color information

#8AA14B (or 0x8AA14B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A1 and 4B. RGB value is (138,161,75). Sum of RGB (Red+Green+Blue) = 138+161+75=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA14B is #755EB4. Grayscale: #909090. Windows color (decimal): -7691957 or 4956554. OLE color: 4956554.

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

Color convert

RGB13816175-
CMYK0.1400.530.37
HSL76.05º36.44%46.27%-
HSV(B)76.05º53.42%63.14%-
XYZ24.531.411.43-
YUV144.3288.88123.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 161 (63.28% from 255) = 43.05%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=36.90%
G=43.05%
B=20.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161750.1400.530.3776.0536.4446.27
Hex8AA14BE035254c242e
Octal21224111316065451144456
Binary10001010101000011001011111001101011001011001100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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