Html Css Color HEX #A5D592 Gossip

📋 copy color: '#A5D592'

red 165 ◦ green 213 ◦ blue 146

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

Shades of Gossip #A5D592

Tints of Gossip #A5D592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.65%

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

R = 31.49%
G = 40.65%
B = 27.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#A5D592 (or 0xA5D592) is known color: Gossip. HEX triplet: A5, D5 and 92. RGB value is (165,213,146). Sum of RGB (Red+Green+Blue) = 165+213+146=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D592 is #5A2A6D. Grayscale: #BFBFBF. Windows color (decimal): -5909102 or 9622949. OLE color: 9622949.

HSL color Cylindrical-coordinate representation of color #A5D592: hue angle of 102.99º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5D592 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 146 -
CMYK 0.23 0 0.31 0.16
HSL 102.99º 0.44% 0.7% -
HSV(B) 102.99º 0.31% 0.84% -
XYZ 44.5 57.66 35.98 -
YUV 191.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 165 213 146 0.23 0 0.31 0.16 102.99 0.44 0.7
Hex A5 D5 92 17 0 1F 10 67 2C 46
Octal 245 325 222 27 0 37 20 147 54 106
Binary 10100101 11010101 10010010 10111 0 11111 10000 1100111 101100 1000110

Color Harmonies of #A5D592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D592

Black with #A5D592

Text Example


Text Example

White with #A5D592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D592; }

 p { color: rgb(165,213,146); }

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

background-color css

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

 a { background-color: rgb(165,213,146); }

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

border-color css

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

 span { border-color: rgb(165,213,146); }

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