Html Css Color HEX #A5CF91 Gossip

📋 copy color: '#A5CF91'

red 165 ◦ green 207 ◦ blue 145

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

Shades of Gossip #A5CF91

Tints of Gossip #A5CF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.05%

R = 31.91%
G = 40.04%
B = 28.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#A5CF91 (or 0xA5CF91) is known color: Gossip. HEX triplet: A5, CF and 91. RGB value is (165,207,145). Sum of RGB (Red+Green+Blue) = 165+207+145=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF91 is #5A306E. Grayscale: #BBBBBB. Windows color (decimal): -5910639 or 9555877. OLE color: 9555877.

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

Color convert

RGB 165 207 145 -
CMYK 0.20 0 0.30 0.19
HSL 100.65º 0.39% 0.69% -
HSV(B) 100.65º 0.3% 0.81% -
XYZ 42.94 54.67 35.08 -
YUV 187.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 165 207 145 0.20 0 0.30 0.19 100.65 0.39 0.69
Hex A5 CF 91 14 0 1E 13 65 27 45
Octal 245 317 221 24 0 36 23 145 47 105
Binary 10100101 11001111 10010001 10100 0 11110 10011 1100101 100111 1000101

Color Harmonies of #A5CF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF91

Black with #A5CF91

Text Example


Text Example

White with #A5CF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF91; }

 p { color: rgb(165,207,145); }

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

background-color css

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

 a { background-color: rgb(165,207,145); }

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

border-color css

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

 span { border-color: rgb(165,207,145); }

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