Html Css Color HEX #A5D476 Feijoa

📋 copy color: '#A5D476'

red 165 ◦ green 212 ◦ blue 118

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

Shades of Feijoa #A5D476

Tints of Feijoa #A5D476

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

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

R = 33.33%
G = 42.83%
B = 23.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#A5D476 (or 0xA5D476) is known color: Feijoa. HEX triplet: A5, D4 and 76. RGB value is (165,212,118). Sum of RGB (Red+Green+Blue) = 165+212+118=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D476 is #5A2B89. Grayscale: #BBBBBB. Windows color (decimal): -5909386 or 7787685. OLE color: 7787685.

HSL color Cylindrical-coordinate representation of color #A5D476: hue angle of 90º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5D476 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 212 118 -
CMYK 0.22 0 0.44 0.17
HSL 90º 0.52% 0.65% -
HSV(B) 90º 0.44% 0.83% -
XYZ 42.33 56.39 25.79 -
YUV 187.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 165 212 118 0.22 0 0.44 0.17 90 0.52 0.65
Hex A5 D4 76 16 0 2C 11 5A 34 41
Octal 245 324 166 26 0 54 21 132 64 101
Binary 10100101 11010100 1110110 10110 0 101100 10001 1011010 110100 1000001

Color Harmonies of #A5D476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D476

Black with #A5D476

Text Example


Text Example

White with #A5D476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D476; }

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

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

background-color css

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

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

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

border-color css

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

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

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