Html Css Color HEX #A5D576 Feijoa

📋 copy color: '#A5D576'

red 165 ◦ green 213 ◦ blue 118

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

Shades of Feijoa #A5D576

Tints of Feijoa #A5D576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.79%

R = 33.27%
G = 42.94%
B = 23.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A5D576 (or 0xA5D576) is known color: Feijoa. HEX triplet: A5, D5 and 76. RGB value is (165,213,118). Sum of RGB (Red+Green+Blue) = 165+213+118=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D576 is #5A2A89. Grayscale: #BCBCBC. Windows color (decimal): -5909130 or 7787941. OLE color: 7787941.

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

Color convert

RGB 165 213 118 -
CMYK 0.23 0 0.45 0.16
HSL 90.32º 0.53% 0.65% -
HSV(B) 90.32º 0.45% 0.84% -
XYZ 42.58 56.9 25.88 -
YUV 187.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 165 213 118 0.23 0 0.45 0.16 90.32 0.53 0.65
Hex A5 D5 76 17 0 2D 10 5A 35 41
Octal 245 325 166 27 0 55 20 132 65 101
Binary 10100101 11010101 1110110 10111 0 101101 10000 1011010 110101 1000001

Color Harmonies of #A5D576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D576

Black with #A5D576

Text Example


Text Example

White with #A5D576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D576; }

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

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

background-color css

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

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

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

border-color css

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

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

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