Html Css Color HEX #8FCC70 Gossip

📋 copy color: '#8FCC70'

red 143 ◦ green 204 ◦ blue 112

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

Shades of Gossip #8FCC70

Tints of Gossip #8FCC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.44%

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 31.15%
G = 44.44%
B = 24.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#8FCC70 (or 0x8FCC70) is known color: Gossip. HEX triplet: 8F, CC and 70. RGB value is (143,204,112). Sum of RGB (Red+Green+Blue) = 143+204+112=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC70 is #70338F. Grayscale: #AFAFAF. Windows color (decimal): -7353232 or 7392399. OLE color: 7392399.

HSL color Cylindrical-coordinate representation of color #8FCC70: hue angle of 99.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FCC70 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 112 -
CMYK 0.30 0 0.45 0.2
HSL 99.78º 0.47% 0.62% -
HSV(B) 99.78º 0.45% 0.8% -
XYZ 35.85 50.2 23.13 -
YUV 175.27 92.29 104.98 -
System Red Green Blue C M Y K H S L
Decimal 143 204 112 0.30 0 0.45 0.2 99.78 0.47 0.62
Hex 8F CC 70 1E 0 2D 14 64 2F 3E
Octal 217 314 160 36 0 55 24 144 57 76
Binary 10001111 11001100 1110000 11110 0 101101 10100 1100100 101111 111110

Color Harmonies of #8FCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC70

Black with #8FCC70

Text Example


Text Example

White with #8FCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,204,112); }

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

background-color css

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

 a { background-color: rgb(143,204,112); }

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

border-color css

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

 span { border-color: rgb(143,204,112); }

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