Html Css Color HEX #8DAD4A Chelsea Cucumber

📋 copy color: '#8DAD4A'

red 141 ◦ green 173 ◦ blue 74

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

Shades of Chelsea Cucumber #8DAD4A

Tints of Chelsea Cucumber #8DAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 36.34%
G = 44.59%
B = 19.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#8DAD4A (or 0x8DAD4A) is known color: Chelsea Cucumber. HEX triplet: 8D, AD and 4A. RGB value is (141,173,74). Sum of RGB (Red+Green+Blue) = 141+173+74=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD4A is #7252B5. Grayscale: #989898. Windows color (decimal): -7492278 or 4894093. OLE color: 4894093.

HSL color Cylindrical-coordinate representation of color #8DAD4A: hue angle of 79.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DAD4A is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 173 74 -
CMYK 0.18 0 0.57 0.32
HSL 79.39º 0.4% 0.48% -
HSV(B) 79.39º 0.57% 0.68% -
XYZ 27.16 36.04 12 -
YUV 152.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 141 173 74 0.18 0 0.57 0.32 79.39 0.4 0.48
Hex 8D AD 4A 12 0 39 20 4F 28 30
Octal 215 255 112 22 0 71 40 117 50 60
Binary 10001101 10101101 1001010 10010 0 111001 100000 1001111 101000 110000

Color Harmonies of #8DAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD4A

Black with #8DAD4A

Text Example


Text Example

White with #8DAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,173,74); }

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

background-color css

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

 a { background-color: rgb(141,173,74); }

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

border-color css

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

 span { border-color: rgb(141,173,74); }

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