Html Css Color HEX #A5CF93 Gossip

📋 copy color: '#A5CF93'

red 165 ◦ green 207 ◦ blue 147

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

Shades of Gossip #A5CF93

Tints of Gossip #A5CF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 31.79%
G = 39.88%
B = 28.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#A5CF93 (or 0xA5CF93) is known color: Gossip. HEX triplet: A5, CF and 93. RGB value is (165,207,147). Sum of RGB (Red+Green+Blue) = 165+207+147=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF93 is #5A306C. Grayscale: #BBBBBB. Windows color (decimal): -5910637 or 9686949. OLE color: 9686949.

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

Color convert

RGB 165 207 147 -
CMYK 0.20 0 0.29 0.19
HSL 102º 0.38% 0.69% -
HSV(B) 102º 0.29% 0.81% -
XYZ 43.1 54.73 35.9 -
YUV 187.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 165 207 147 0.20 0 0.29 0.19 102 0.38 0.69
Hex A5 CF 93 14 0 1D 13 66 26 45
Octal 245 317 223 24 0 35 23 146 46 105
Binary 10100101 11001111 10010011 10100 0 11101 10011 1100110 100110 1000101

Color Harmonies of #A5CF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF93

Black with #A5CF93

Text Example


Text Example

White with #A5CF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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