#8DA250

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

Shades of Chelsea Cucumber #8DA250

Tints of Chelsea Cucumber #8DA250

Color information

#8DA250 (or 0x8DA250) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A2 and 50. RGB value is (141,162,80). Sum of RGB (Red+Green+Blue) = 141+162+80=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA250 is #725DAF. Grayscale: #929292. Windows color (decimal): -7495088 or 5284493. OLE color: 5284493.

HSL color Cylindrical-coordinate representation of color #8DA250: hue angle of 75.37º 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 #8DA250 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB14116280-
CMYK0.1300.510.36
HSL75.37º33.88%47.45%-
HSV(B)75.37º50.62%63.53%-
XYZ25.3532.0812.45-
YUV146.3790.54124.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=36.81%
G=42.30%
B=20.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162800.1300.510.3675.3733.8847.45
Hex8DA250D033244b222f
Octal21524212015063441134257
Binary10001101101000101010000110101100111001001001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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