Html Css Color HEX #A9D270 Feijoa

📋 copy color: '#A9D270'

red 169 ◦ green 210 ◦ blue 112

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

Shades of Feijoa #A9D270

Tints of Feijoa #A9D270

RGB

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

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

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

R = 34.42%
G = 42.77%
B = 22.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#A9D270 (or 0xA9D270) is known color: Feijoa. HEX triplet: A9, D2 and 70. RGB value is (169,210,112). Sum of RGB (Red+Green+Blue) = 169+210+112=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D270 is #562D8F. Grayscale: #BABABA. Windows color (decimal): -5647760 or 7393961. OLE color: 7393961.

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

Color convert

RGB 169 210 112 -
CMYK 0.20 0 0.47 0.18
HSL 85.1º 0.52% 0.63% -
HSV(B) 85.1º 0.47% 0.82% -
XYZ 42.33 55.7 23.85 -
YUV 186.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 169 210 112 0.20 0 0.47 0.18 85.1 0.52 0.63
Hex A9 D2 70 14 0 2F 12 55 34 3F
Octal 251 322 160 24 0 57 22 125 64 77
Binary 10101001 11010010 1110000 10100 0 101111 10010 1010101 110100 111111

Color Harmonies of #A9D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D270

Black with #A9D270

Text Example


Text Example

White with #A9D270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D270; }

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

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

background-color css

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

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

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

border-color css

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

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

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