Html Css Color HEX #A0C88F Gossip

📋 copy color: '#A0C88F'

red 160 ◦ green 200 ◦ blue 143

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

Shades of Gossip #A0C88F

Tints of Gossip #A0C88F

RGB

 RED value IS 160 (62.89% from 255) = 31.81%

 GREEN value IS 200 (78.52% from 255) = 39.76%

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 31.81%
G = 39.76%
B = 28.43%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#A0C88F (or 0xA0C88F) is known color: Gossip. HEX triplet: A0, C8 and 8F. RGB value is (160,200,143). Sum of RGB (Red+Green+Blue) = 160+200+143=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C88F is #5F3770. Grayscale: #B5B5B5. Windows color (decimal): -6240113 or 9423008. OLE color: 9423008.

HSL color Cylindrical-coordinate representation of color #A0C88F: hue angle of 102.11º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0C88F is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 143 -
CMYK 0.2 0 0.28 0.22
HSL 102.11º 0.34% 0.67% -
HSV(B) 102.11º 0.29% 0.78% -
XYZ 40.11 50.77 33.67 -
YUV 181.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 160 200 143 0.2 0 0.28 0.22 102.11 0.34 0.67
Hex A0 C8 8F 14 0 1C 16 66 22 43
Octal 240 310 217 24 0 34 26 146 42 103
Binary 10100000 11001000 10001111 10100 0 11100 10110 1100110 100010 1000011

Color Harmonies of #A0C88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C88F

Black with #A0C88F

Text Example


Text Example

White with #A0C88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C88F; }

 p { color: rgb(160,200,143); }

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

background-color css

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

 a { background-color: rgb(160,200,143); }

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

border-color css

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

 span { border-color: rgb(160,200,143); }

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