Html Css Color HEX #8CAD45 Chelsea Cucumber

📋 copy color: '#8CAD45'

red 140 ◦ green 173 ◦ blue 69

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

Shades of Chelsea Cucumber #8CAD45

Tints of Chelsea Cucumber #8CAD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 36.65%
G = 45.29%
B = 18.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#8CAD45 (or 0x8CAD45) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 45. RGB value is (140,173,69). Sum of RGB (Red+Green+Blue) = 140+173+69=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD45 is #7352BA. Grayscale: #979797. Windows color (decimal): -7557819 or 4566412. OLE color: 4566412.

HSL color Cylindrical-coordinate representation of color #8CAD45: hue angle of 79.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CAD45 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 69 -
CMYK 0.19 0 0.60 0.32
HSL 79.04º 0.43% 0.47% -
HSV(B) 79.04º 0.6% 0.68% -
XYZ 26.83 35.89 11.14 -
YUV 151.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 140 173 69 0.19 0 0.60 0.32 79.04 0.43 0.47
Hex 8C AD 45 13 0 3C 20 4F 2B 2F
Octal 214 255 105 23 0 74 40 117 53 57
Binary 10001100 10101101 1000101 10011 0 111100 100000 1001111 101011 101111

Color Harmonies of #8CAD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD45

Black with #8CAD45

Text Example


Text Example

White with #8CAD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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