Html Css Color HEX #A0CF93 Gossip

📋 copy color: '#A0CF93'

red 160 ◦ green 207 ◦ blue 147

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

Shades of Gossip #A0CF93

Tints of Gossip #A0CF93

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.27%

 BLUE value IS 147 (57.81% from 255) = 28.6%

R = 31.13%
G = 40.27%
B = 28.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#A0CF93 (or 0xA0CF93) is known color: Gossip. HEX triplet: A0, CF and 93. RGB value is (160,207,147). Sum of RGB (Red+Green+Blue) = 160+207+147=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF93 is #5F306C. Grayscale: #BABABA. Windows color (decimal): -6238317 or 9686944. OLE color: 9686944.

HSL color Cylindrical-coordinate representation of color #A0CF93: hue angle of 107º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CF93 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 147 -
CMYK 0.23 0 0.29 0.19
HSL 107º 0.38% 0.69% -
HSV(B) 107º 0.29% 0.81% -
XYZ 42.08 54.21 35.85 -
YUV 186.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 160 207 147 0.23 0 0.29 0.19 107 0.38 0.69
Hex A0 CF 93 17 0 1D 13 6B 26 45
Octal 240 317 223 27 0 35 23 153 46 105
Binary 10100000 11001111 10010011 10111 0 11101 10011 1101011 100110 1000101

Color Harmonies of #A0CF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF93

Black with #A0CF93

Text Example


Text Example

White with #A0CF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF93; }

 p { color: rgb(160,207,147); }

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

background-color css

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

 a { background-color: rgb(160,207,147); }

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

border-color css

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

 span { border-color: rgb(160,207,147); }

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