#8AA351

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

Shades of Chelsea Cucumber #8AA351

Tints of Chelsea Cucumber #8AA351

Color information

#8AA351 (or 0x8AA351) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 51. RGB value is (138,163,81). Sum of RGB (Red+Green+Blue) = 138+163+81=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA351 is #755CAE. Grayscale: #929292. Windows color (decimal): -7691439 or 5350282. OLE color: 5350282.

HSL color Cylindrical-coordinate representation of color #8AA351: hue angle of 78.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AA351 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB13816381-
CMYK0.1500.500.36
HSL78.29º33.61%47.84%-
HSV(B)78.29º50.31%63.92%-
XYZ25.0632.1912.68-
YUV146.1891.22122.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=36.13%
G=42.67%
B=21.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138163810.1500.500.3678.2933.6147.84
Hex8AA351F032244e2230
Octal21224312117062441164260
Binary10001010101000111010001111101100101001001001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,81); }

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

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

 a { background-color: rgb(138,163,81); }

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

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

 span { border-color: rgb(138,163,81); }

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