Html Css Color HEX #8FAB50 Chelsea Cucumber

📋 copy color: '#8FAB50'

red 143 ◦ green 171 ◦ blue 80

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

Shades of Chelsea Cucumber #8FAB50

Tints of Chelsea Cucumber #8FAB50

RGB

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

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

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

R = 36.29%
G = 43.4%
B = 20.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#8FAB50 (or 0x8FAB50) is known color: Chelsea Cucumber. HEX triplet: 8F, AB and 50. RGB value is (143,171,80). Sum of RGB (Red+Green+Blue) = 143+171+80=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB50 is #7054AF. Grayscale: #989898. Windows color (decimal): -7361712 or 5286799. OLE color: 5286799.

HSL color Cylindrical-coordinate representation of color #8FAB50: hue angle of 78.46º 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 #8FAB50 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 171 80 -
CMYK 0.16 0 0.53 0.33
HSL 78.46º 0.36% 0.49% -
HSV(B) 78.46º 0.53% 0.67% -
XYZ 27.34 35.54 13.01 -
YUV 152.25 87.22 121.4 -
System Red Green Blue C M Y K H S L
Decimal 143 171 80 0.16 0 0.53 0.33 78.46 0.36 0.49
Hex 8F AB 50 10 0 35 21 4E 24 31
Octal 217 253 120 20 0 65 41 116 44 61
Binary 10001111 10101011 1010000 10000 0 110101 100001 1001110 100100 110001

Color Harmonies of #8FAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAB50

Black with #8FAB50

Text Example


Text Example

White with #8FAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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