Html Css Color HEX #A5D577 Feijoa

📋 copy color: '#A5D577'

red 165 ◦ green 213 ◦ blue 119

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

Shades of Feijoa #A5D577

Tints of Feijoa #A5D577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 33.2%
G = 42.86%
B = 23.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#A5D577 (or 0xA5D577) is known color: Feijoa. HEX triplet: A5, D5 and 77. RGB value is (165,213,119). Sum of RGB (Red+Green+Blue) = 165+213+119=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D577 is #5A2A88. Grayscale: #BCBCBC. Windows color (decimal): -5909129 or 7853477. OLE color: 7853477.

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

Color convert

RGB 165 213 119 -
CMYK 0.23 0 0.44 0.16
HSL 90.64º 0.53% 0.65% -
HSV(B) 90.64º 0.44% 0.84% -
XYZ 42.64 56.92 26.19 -
YUV 187.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 165 213 119 0.23 0 0.44 0.16 90.64 0.53 0.65
Hex A5 D5 77 17 0 2C 10 5B 35 41
Octal 245 325 167 27 0 54 20 133 65 101
Binary 10100101 11010101 1110111 10111 0 101100 10000 1011011 110101 1000001

Color Harmonies of #A5D577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D577

Black with #A5D577

Text Example


Text Example

White with #A5D577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D577; }

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

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

background-color css

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

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

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

border-color css

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

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

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