Html Css Color HEX #A9DF70 Feijoa

📋 copy color: '#A9DF70'

red 169 ◦ green 223 ◦ blue 112

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

Shades of Feijoa #A9DF70

Tints of Feijoa #A9DF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 33.53%
G = 44.25%
B = 22.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A9DF70 (or 0xA9DF70) is known color: Feijoa. HEX triplet: A9, DF and 70. RGB value is (169,223,112). Sum of RGB (Red+Green+Blue) = 169+223+112=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DF70 is #56208F. Grayscale: #C2C2C2. Windows color (decimal): -5644432 or 7397289. OLE color: 7397289.

HSL color Cylindrical-coordinate representation of color #A9DF70: hue angle of 89.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9DF70 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 223 112 -
CMYK 0.24 0 0.50 0.13
HSL 89.19º 0.63% 0.66% -
HSV(B) 89.19º 0.5% 0.87% -
XYZ 45.67 62.38 24.96 -
YUV 194.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 169 223 112 0.24 0 0.50 0.13 89.19 0.63 0.66
Hex A9 DF 70 18 0 32 D 59 3F 42
Octal 251 337 160 30 0 62 15 131 77 102
Binary 10101001 11011111 1110000 11000 0 110010 1101 1011001 111111 1000010

Color Harmonies of #A9DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DF70

Black with #A9DF70

Text Example


Text Example

White with #A9DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DF70; }

 p { color: rgb(169,223,112); }

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

background-color css

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

 a { background-color: rgb(169,223,112); }

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

border-color css

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

 span { border-color: rgb(169,223,112); }

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