#8AA254

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

Shades of Chelsea Cucumber #8AA254

Tints of Chelsea Cucumber #8AA254

Color information

#8AA254 (or 0x8AA254) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A2 and 54. RGB value is (138,162,84). Sum of RGB (Red+Green+Blue) = 138+162+84=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA254 is #755DAB. Grayscale: #929292. Windows color (decimal): -7691692 or 5546634. OLE color: 5546634.

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

Color convert

RGB13816284-
CMYK0.1500.480.36
HSL78.46º31.71%48.24%-
HSV(B)78.46º48.15%63.53%-
XYZ2531.8813.22-
YUV145.9393.05122.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.94%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=35.94%
G=42.19%
B=21.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162840.1500.480.3678.4631.7148.24
Hex8AA254F030244e2030
Octal21224212417060441164060
Binary10001010101000101010100111101100001001001001110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,84); }

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

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

 a { background-color: rgb(138,162,84); }

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

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

 span { border-color: rgb(138,162,84); }

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