Html Css Color HEX #A9D185 Feijoa

📋 copy color: '#A9D185'

red 169 ◦ green 209 ◦ blue 133

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

Shades of Feijoa #A9D185

Tints of Feijoa #A9D185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.9%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 33.07%
G = 40.9%
B = 26.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#A9D185 (or 0xA9D185) is known color: Feijoa. HEX triplet: A9, D1 and 85. RGB value is (169,209,133). Sum of RGB (Red+Green+Blue) = 169+209+133=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D185 is #562E7A. Grayscale: #BCBCBC. Windows color (decimal): -5647995 or 8769961. OLE color: 8769961.

HSL color Cylindrical-coordinate representation of color #A9D185: hue angle of 91.58º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9D185 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 209 133 -
CMYK 0.19 0 0.36 0.18
HSL 91.58º 0.45% 0.67% -
HSV(B) 91.58º 0.36% 0.82% -
XYZ 43.4 55.73 30.66 -
YUV 188.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 169 209 133 0.19 0 0.36 0.18 91.58 0.45 0.67
Hex A9 D1 85 13 0 24 12 5C 2D 43
Octal 251 321 205 23 0 44 22 134 55 103
Binary 10101001 11010001 10000101 10011 0 100100 10010 1011100 101101 1000011

Color Harmonies of #A9D185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D185

Black with #A9D185

Text Example


Text Example

White with #A9D185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D185; }

 p { color: rgb(169,209,133); }

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

background-color css

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

 a { background-color: rgb(169,209,133); }

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

border-color css

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

 span { border-color: rgb(169,209,133); }

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