Html Css Color HEX #8DA85A Chelsea Cucumber

📋 copy color: '#8DA85A'

red 141 ◦ green 168 ◦ blue 90

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

Shades of Chelsea Cucumber #8DA85A

Tints of Chelsea Cucumber #8DA85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

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

R = 35.34%
G = 42.11%
B = 22.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#8DA85A (or 0x8DA85A) is known color: Chelsea Cucumber. HEX triplet: 8D, A8 and 5A. RGB value is (141,168,90). Sum of RGB (Red+Green+Blue) = 141+168+90=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA85A is #7257A5. Grayscale: #979797. Windows color (decimal): -7493542 or 5941389. OLE color: 5941389.

HSL color Cylindrical-coordinate representation of color #8DA85A: hue angle of 80.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DA85A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 168 90 -
CMYK 0.16 0 0.46 0.34
HSL 80.77º 0.31% 0.51% -
HSV(B) 80.77º 0.46% 0.66% -
XYZ 26.83 34.41 14.9 -
YUV 151.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 141 168 90 0.16 0 0.46 0.34 80.77 0.31 0.51
Hex 8D A8 5A 10 0 2E 22 51 1F 33
Octal 215 250 132 20 0 56 42 121 37 63
Binary 10001101 10101000 1011010 10000 0 101110 100010 1010001 11111 110011

Color Harmonies of #8DA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA85A

Black with #8DA85A

Text Example


Text Example

White with #8DA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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