Html Css Color HEX #8CAD4A Chelsea Cucumber

📋 copy color: '#8CAD4A'

red 140 ◦ green 173 ◦ blue 74

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

Shades of Chelsea Cucumber #8CAD4A

Tints of Chelsea Cucumber #8CAD4A

RGB

 RED value IS 140 (55.08% from 255) = 36.18%

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

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

R = 36.18%
G = 44.7%
B = 19.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#8CAD4A (or 0x8CAD4A) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 4A. RGB value is (140,173,74). Sum of RGB (Red+Green+Blue) = 140+173+74=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD4A is #7352B5. Grayscale: #989898. Windows color (decimal): -7557814 or 4894092. OLE color: 4894092.

HSL color Cylindrical-coordinate representation of color #8CAD4A: hue angle of 80º 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 #8CAD4A is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 74 -
CMYK 0.19 0 0.57 0.32
HSL 80º 0.4% 0.48% -
HSV(B) 80º 0.57% 0.68% -
XYZ 26.99 35.96 12 -
YUV 151.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 140 173 74 0.19 0 0.57 0.32 80 0.4 0.48
Hex 8C AD 4A 13 0 39 20 50 28 30
Octal 214 255 112 23 0 71 40 120 50 60
Binary 10001100 10101101 1001010 10011 0 111001 100000 1010000 101000 110000

Color Harmonies of #8CAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD4A

Black with #8CAD4A

Text Example


Text Example

White with #8CAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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