Html Css Color HEX #8FAD50 Chelsea Cucumber

📋 copy color: '#8FAD50'

red 143 ◦ green 173 ◦ blue 80

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

Shades of Chelsea Cucumber #8FAD50

Tints of Chelsea Cucumber #8FAD50

RGB

 RED value IS 143 (56.25% from 255) = 36.11%

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

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

R = 36.11%
G = 43.69%
B = 20.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#8FAD50 (or 0x8FAD50) is known color: Chelsea Cucumber. HEX triplet: 8F, AD and 50. RGB value is (143,173,80). Sum of RGB (Red+Green+Blue) = 143+173+80=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD50 is #7052AF. Grayscale: #999999. Windows color (decimal): -7361200 or 5287311. OLE color: 5287311.

HSL color Cylindrical-coordinate representation of color #8FAD50: hue angle of 79.35º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FAD50 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 173 80 -
CMYK 0.17 0 0.54 0.32
HSL 79.35º 0.37% 0.5% -
HSV(B) 79.35º 0.54% 0.68% -
XYZ 27.72 36.31 13.14 -
YUV 153.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 143 173 80 0.17 0 0.54 0.32 79.35 0.37 0.5
Hex 8F AD 50 11 0 36 20 4F 25 32
Octal 217 255 120 21 0 66 40 117 45 62
Binary 10001111 10101101 1010000 10001 0 110110 100000 1001111 100101 110010

Color Harmonies of #8FAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAD50

Black with #8FAD50

Text Example


Text Example

White with #8FAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,173,80); }

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

background-color css

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

 a { background-color: rgb(143,173,80); }

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

border-color css

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

 span { border-color: rgb(143,173,80); }

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