Html Css Color HEX #A5D295 Gossip

📋 copy color: '#A5D295'

red 165 ◦ green 210 ◦ blue 149

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

Shades of Gossip #A5D295

Tints of Gossip #A5D295

RGB

 RED value IS 165 (64.84% from 255) = 31.49%

 GREEN value IS 210 (82.42% from 255) = 40.08%

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 31.49%
G = 40.08%
B = 28.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#A5D295 (or 0xA5D295) is known color: Gossip. HEX triplet: A5, D2 and 95. RGB value is (165,210,149). Sum of RGB (Red+Green+Blue) = 165+210+149=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D295 is #5A2D6A. Grayscale: #BDBDBD. Windows color (decimal): -5909867 or 9818789. OLE color: 9818789.

HSL color Cylindrical-coordinate representation of color #A5D295: hue angle of 104.26º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5D295 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 149 -
CMYK 0.21 0 0.29 0.18
HSL 104.26º 0.4% 0.7% -
HSV(B) 104.26º 0.29% 0.82% -
XYZ 43.99 56.26 36.98 -
YUV 189.59 105.09 110.46 -
System Red Green Blue C M Y K H S L
Decimal 165 210 149 0.21 0 0.29 0.18 104.26 0.4 0.7
Hex A5 D2 95 15 0 1D 12 68 28 46
Octal 245 322 225 25 0 35 22 150 50 106
Binary 10100101 11010010 10010101 10101 0 11101 10010 1101000 101000 1000110

Color Harmonies of #A5D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D295

Black with #A5D295

Text Example


Text Example

White with #A5D295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D295; }

 p { color: rgb(165,210,149); }

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

background-color css

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

 a { background-color: rgb(165,210,149); }

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

border-color css

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

 span { border-color: rgb(165,210,149); }

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