Html Css Color HEX #8DA05A Chelsea Cucumber

📋 copy color: '#8DA05A'

red 141 ◦ green 160 ◦ blue 90

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

Shades of Chelsea Cucumber #8DA05A

Tints of Chelsea Cucumber #8DA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 36.06%
G = 40.92%
B = 23.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#8DA05A (or 0x8DA05A) is known color: Chelsea Cucumber. HEX triplet: 8D, A0 and 5A. RGB value is (141,160,90). Sum of RGB (Red+Green+Blue) = 141+160+90=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA05A is #725FA5. Grayscale: #929292. Windows color (decimal): -7495590 or 5939341. OLE color: 5939341.

HSL color Cylindrical-coordinate representation of color #8DA05A: hue angle of 76.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA05A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 160 90 -
CMYK 0.12 0 0.44 0.37
HSL 76.29º 0.28% 0.49% -
HSV(B) 76.29º 0.44% 0.63% -
XYZ 25.4 31.54 14.42 -
YUV 146.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 141 160 90 0.12 0 0.44 0.37 76.29 0.28 0.49
Hex 8D A0 5A C 0 2C 25 4C 1C 31
Octal 215 240 132 14 0 54 45 114 34 61
Binary 10001101 10100000 1011010 1100 0 101100 100101 1001100 11100 110001

Color Harmonies of #8DA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA05A

Black with #8DA05A

Text Example


Text Example

White with #8DA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,160,90); }

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

background-color css

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

 a { background-color: rgb(141,160,90); }

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

border-color css

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

 span { border-color: rgb(141,160,90); }

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