Html Css Color HEX #A5DF73 Feijoa

📋 copy color: '#A5DF73'

red 165 ◦ green 223 ◦ blue 115

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

Shades of Feijoa #A5DF73

Tints of Feijoa #A5DF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

 BLUE value IS 115 (45.31% from 255) = 22.86%

R = 32.8%
G = 44.33%
B = 22.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A5DF73 (or 0xA5DF73) is known color: Feijoa. HEX triplet: A5, DF and 73. RGB value is (165,223,115). Sum of RGB (Red+Green+Blue) = 165+223+115=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF73 is #5A208C. Grayscale: #C1C1C1. Windows color (decimal): -5906573 or 7593893. OLE color: 7593893.

HSL color Cylindrical-coordinate representation of color #A5DF73: hue angle of 92.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5DF73 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 115 -
CMYK 0.26 0 0.48 0.13
HSL 92.22º 0.63% 0.66% -
HSV(B) 92.22º 0.48% 0.87% -
XYZ 45 62.01 25.82 -
YUV 193.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 165 223 115 0.26 0 0.48 0.13 92.22 0.63 0.66
Hex A5 DF 73 1A 0 30 D 5C 3F 42
Octal 245 337 163 32 0 60 15 134 77 102
Binary 10100101 11011111 1110011 11010 0 110000 1101 1011100 111111 1000010

Color Harmonies of #A5DF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF73

Black with #A5DF73

Text Example


Text Example

White with #A5DF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF73; }

 p { color: rgb(165,223,115); }

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

background-color css

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

 a { background-color: rgb(165,223,115); }

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

border-color css

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

 span { border-color: rgb(165,223,115); }

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