Html Css Color HEX #A0CF92 Gossip

📋 copy color: '#A0CF92'

red 160 ◦ green 207 ◦ blue 146

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

Shades of Gossip #A0CF92

Tints of Gossip #A0CF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 31.19%
G = 40.35%
B = 28.46%

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

#A0CF92 (or 0xA0CF92) is known color: Gossip. HEX triplet: A0, CF and 92. RGB value is (160,207,146). Sum of RGB (Red+Green+Blue) = 160+207+146=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF92 is #5F306D. Grayscale: #BABABA. Windows color (decimal): -6238318 or 9621408. OLE color: 9621408.

HSL color Cylindrical-coordinate representation of color #A0CF92: hue angle of 106.23º degrees, saturation: 0.39, 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 #A0CF92 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 146 -
CMYK 0.23 0 0.29 0.19
HSL 106.23º 0.39% 0.69% -
HSV(B) 106.23º 0.29% 0.81% -
XYZ 42 54.17 35.44 -
YUV 185.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 160 207 146 0.23 0 0.29 0.19 106.23 0.39 0.69
Hex A0 CF 92 17 0 1D 13 6A 27 45
Octal 240 317 222 27 0 35 23 152 47 105
Binary 10100000 11001111 10010010 10111 0 11101 10011 1101010 100111 1000101

Color Harmonies of #A0CF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF92

Black with #A0CF92

Text Example


Text Example

White with #A0CF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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