Html Css Color HEX #A5D279 Feijoa

📋 copy color: '#A5D279'

red 165 ◦ green 210 ◦ blue 121

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

Shades of Feijoa #A5D279

Tints of Feijoa #A5D279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.34%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 33.27%
G = 42.34%
B = 24.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#A5D279 (or 0xA5D279) is known color: Feijoa. HEX triplet: A5, D2 and 79. RGB value is (165,210,121). Sum of RGB (Red+Green+Blue) = 165+210+121=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D279 is #5A2D86. Grayscale: #BABABA. Windows color (decimal): -5909895 or 7983781. OLE color: 7983781.

HSL color Cylindrical-coordinate representation of color #A5D279: hue angle of 90.34º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5D279 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 121 -
CMYK 0.21 0 0.42 0.18
HSL 90.34º 0.5% 0.65% -
HSV(B) 90.34º 0.42% 0.82% -
XYZ 42.01 55.47 26.58 -
YUV 186.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 165 210 121 0.21 0 0.42 0.18 90.34 0.5 0.65
Hex A5 D2 79 15 0 2A 12 5A 32 41
Octal 245 322 171 25 0 52 22 132 62 101
Binary 10100101 11010010 1111001 10101 0 101010 10010 1011010 110010 1000001

Color Harmonies of #A5D279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D279

Black with #A5D279

Text Example


Text Example

White with #A5D279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D279; }

 p { color: rgb(165,210,121); }

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

background-color css

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

 a { background-color: rgb(165,210,121); }

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

border-color css

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

 span { border-color: rgb(165,210,121); }

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