Html Css Color HEX #8CAB50 Chelsea Cucumber

📋 copy color: '#8CAB50'

red 140 ◦ green 171 ◦ blue 80

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

Shades of Chelsea Cucumber #8CAB50

Tints of Chelsea Cucumber #8CAB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.73%

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 35.81%
G = 43.73%
B = 20.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#8CAB50 (or 0x8CAB50) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 50. RGB value is (140,171,80). Sum of RGB (Red+Green+Blue) = 140+171+80=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB50 is #7354AF. Grayscale: #979797. Windows color (decimal): -7558320 or 5286796. OLE color: 5286796.

HSL color Cylindrical-coordinate representation of color #8CAB50: hue angle of 80.44º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CAB50 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 80 -
CMYK 0.18 0 0.53 0.33
HSL 80.44º 0.36% 0.49% -
HSV(B) 80.44º 0.53% 0.67% -
XYZ 26.83 35.28 12.99 -
YUV 151.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 140 171 80 0.18 0 0.53 0.33 80.44 0.36 0.49
Hex 8C AB 50 12 0 35 21 50 24 31
Octal 214 253 120 22 0 65 41 120 44 61
Binary 10001100 10101011 1010000 10010 0 110101 100001 1010000 100100 110001

Color Harmonies of #8CAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB50

Black with #8CAB50

Text Example


Text Example

White with #8CAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,171,80); }

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

background-color css

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

 a { background-color: rgb(140,171,80); }

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

border-color css

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

 span { border-color: rgb(140,171,80); }

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