Html Css Color HEX #A9D494 Feijoa

📋 copy color: '#A9D494'

red 169 ◦ green 212 ◦ blue 148

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

Shades of Feijoa #A9D494

Tints of Feijoa #A9D494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 31.95%
G = 40.08%
B = 27.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#A9D494 (or 0xA9D494) is known color: Feijoa. HEX triplet: A9, D4 and 94. RGB value is (169,212,148). Sum of RGB (Red+Green+Blue) = 169+212+148=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D494 is #562B6B. Grayscale: #C0C0C0. Windows color (decimal): -5647212 or 9753769. OLE color: 9753769.

HSL color Cylindrical-coordinate representation of color #A9D494: hue angle of 100.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9D494 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 212 148 -
CMYK 0.20 0 0.30 0.17
HSL 100.31º 0.43% 0.71% -
HSV(B) 100.31º 0.3% 0.83% -
XYZ 45.25 57.66 36.76 -
YUV 191.85 103.25 111.7 -
System Red Green Blue C M Y K H S L
Decimal 169 212 148 0.20 0 0.30 0.17 100.31 0.43 0.71
Hex A9 D4 94 14 0 1E 11 64 2B 47
Octal 251 324 224 24 0 36 21 144 53 107
Binary 10101001 11010100 10010100 10100 0 11110 10001 1100100 101011 1000111

Color Harmonies of #A9D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D494

Black with #A9D494

Text Example


Text Example

White with #A9D494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D494; }

 p { color: rgb(169,212,148); }

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

background-color css

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

 a { background-color: rgb(169,212,148); }

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

border-color css

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

 span { border-color: rgb(169,212,148); }

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