Html Css Color HEX #A5DD73 Feijoa

📋 copy color: '#A5DD73'

red 165 ◦ green 221 ◦ blue 115

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

Shades of Feijoa #A5DD73

Tints of Feijoa #A5DD73

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

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

R = 32.93%
G = 44.11%
B = 22.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A5DD73 (or 0xA5DD73) is known color: Feijoa. HEX triplet: A5, DD and 73. RGB value is (165,221,115). Sum of RGB (Red+Green+Blue) = 165+221+115=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD73 is #5A228C. Grayscale: #C0C0C0. Windows color (decimal): -5907085 or 7593381. OLE color: 7593381.

HSL color Cylindrical-coordinate representation of color #A5DD73: hue angle of 91.7º degrees, saturation: 0.61, 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 #A5DD73 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 115 -
CMYK 0.25 0 0.48 0.13
HSL 91.7º 0.61% 0.66% -
HSV(B) 91.7º 0.48% 0.87% -
XYZ 44.47 60.95 25.64 -
YUV 192.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 165 221 115 0.25 0 0.48 0.13 91.7 0.61 0.66
Hex A5 DD 73 19 0 30 D 5C 3D 42
Octal 245 335 163 31 0 60 15 134 75 102
Binary 10100101 11011101 1110011 11001 0 110000 1101 1011100 111101 1000010

Color Harmonies of #A5DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DD73

Black with #A5DD73

Text Example


Text Example

White with #A5DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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