#8AA250

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

Shades of Chelsea Cucumber #8AA250

Tints of Chelsea Cucumber #8AA250

Color information

#8AA250 (or 0x8AA250) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A2 and 50. RGB value is (138,162,80). Sum of RGB (Red+Green+Blue) = 138+162+80=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA250 is #755DAF. Grayscale: #919191. Windows color (decimal): -7691696 or 5284490. OLE color: 5284490.

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

Color convert

RGB13816280-
CMYK0.1500.510.36
HSL77.56º33.88%47.45%-
HSV(B)77.56º50.62%63.53%-
XYZ24.8531.8212.42-
YUV145.4891.05122.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.32%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=36.32%
G=42.63%
B=21.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162800.1500.510.3677.5633.8847.45
Hex8AA250F033244e222f
Octal21224212017063441164257
Binary10001010101000101010000111101100111001001001110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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