Html Css Color HEX #8DA150 Chelsea Cucumber

📋 copy color: '#8DA150'

red 141 ◦ green 161 ◦ blue 80

#8DA150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8DA150

Tints of Chelsea Cucumber #8DA150

RGB

 RED value IS 141 (55.47% from 255) = 36.91%

 GREEN value IS 161 (63.28% from 255) = 42.15%

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 36.91%
G = 42.15%
B = 20.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#8DA150 (or 0x8DA150) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 50. RGB value is (141,161,80). Sum of RGB (Red+Green+Blue) = 141+161+80=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA150 is #725EAF. Grayscale: #929292. Windows color (decimal): -7495344 or 5284237. OLE color: 5284237.

HSL color Cylindrical-coordinate representation of color #8DA150: hue angle of 74.81º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DA150 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 161 80 -
CMYK 0.12 0 0.50 0.37
HSL 74.81º 0.34% 0.47% -
HSV(B) 74.81º 0.5% 0.63% -
XYZ 25.18 31.73 12.39 -
YUV 145.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 141 161 80 0.12 0 0.50 0.37 74.81 0.34 0.47
Hex 8D A1 50 C 0 32 25 4B 22 2F
Octal 215 241 120 14 0 62 45 113 42 57
Binary 10001101 10100001 1010000 1100 0 110010 100101 1001011 100010 101111

Color Harmonies of #8DA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA150

Black with #8DA150

Text Example


Text Example

White with #8DA150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DA150;
 }
 .AnyTagClassName
 {
   color: #8DA150;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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