Html Css Color HEX #A0CF90 Gossip

📋 copy color: '#A0CF90'

red 160 ◦ green 207 ◦ blue 144

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

Shades of Gossip #A0CF90

Tints of Gossip #A0CF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 31.31%
G = 40.51%
B = 28.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#A0CF90 (or 0xA0CF90) is known color: Gossip. HEX triplet: A0, CF and 90. RGB value is (160,207,144). Sum of RGB (Red+Green+Blue) = 160+207+144=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF90 is #5F306F. Grayscale: #B9B9B9. Windows color (decimal): -6238320 or 9490336. OLE color: 9490336.

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

Color convert

RGB 160 207 144 -
CMYK 0.23 0 0.30 0.19
HSL 104.76º 0.4% 0.69% -
HSV(B) 104.76º 0.3% 0.81% -
XYZ 41.84 54.11 34.62 -
YUV 185.77 104.43 109.62 -
System Red Green Blue C M Y K H S L
Decimal 160 207 144 0.23 0 0.30 0.19 104.76 0.4 0.69
Hex A0 CF 90 17 0 1E 13 69 28 45
Octal 240 317 220 27 0 36 23 151 50 105
Binary 10100000 11001111 10010000 10111 0 11110 10011 1101001 101000 1000101

Color Harmonies of #A0CF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF90

Black with #A0CF90

Text Example


Text Example

White with #A0CF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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