Html Css Color HEX #A9D275 Feijoa

📋 copy color: '#A9D275'

red 169 ◦ green 210 ◦ blue 117

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

Shades of Feijoa #A9D275

Tints of Feijoa #A9D275

RGB

 RED value IS 169 (66.41% from 255) = 34.07%

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

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 34.07%
G = 42.34%
B = 23.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A9D275 (or 0xA9D275) is known color: Feijoa. HEX triplet: A9, D2 and 75. RGB value is (169,210,117). Sum of RGB (Red+Green+Blue) = 169+210+117=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D275 is #562D8A. Grayscale: #BBBBBB. Windows color (decimal): -5647755 or 7721641. OLE color: 7721641.

HSL color Cylindrical-coordinate representation of color #A9D275: hue angle of 86.45º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9D275 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 210 117 -
CMYK 0.20 0 0.44 0.18
HSL 86.45º 0.51% 0.64% -
HSV(B) 86.45º 0.44% 0.82% -
XYZ 42.62 55.81 25.36 -
YUV 187.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 169 210 117 0.20 0 0.44 0.18 86.45 0.51 0.64
Hex A9 D2 75 14 0 2C 12 56 33 40
Octal 251 322 165 24 0 54 22 126 63 100
Binary 10101001 11010010 1110101 10100 0 101100 10010 1010110 110011 1000000

Color Harmonies of #A9D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D275

Black with #A9D275

Text Example


Text Example

White with #A9D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D275; }

 p { color: rgb(169,210,117); }

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

background-color css

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

 a { background-color: rgb(169,210,117); }

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

border-color css

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

 span { border-color: rgb(169,210,117); }

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