Html Css Color HEX #A9EC85 Feijoa

📋 copy color: '#A9EC85'

red 169 ◦ green 236 ◦ blue 133

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

Shades of Feijoa #A9EC85

Tints of Feijoa #A9EC85

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.87%

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

R = 31.41%
G = 43.87%
B = 24.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#A9EC85 (or 0xA9EC85) is known color: Feijoa. HEX triplet: A9, EC and 85. RGB value is (169,236,133). Sum of RGB (Red+Green+Blue) = 169+236+133=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #A9EC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EC85 is #56137A. Grayscale: #CCCCCC. Windows color (decimal): -5641083 or 8776873. OLE color: 8776873.

HSL color Cylindrical-coordinate representation of color #A9EC85: hue angle of 99.03º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9EC85 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 236 133 -
CMYK 0.28 0 0.44 0.07
HSL 99.03º 0.73% 0.72% -
HSV(B) 99.03º 0.44% 0.93% -
XYZ 50.59 70.12 33.06 -
YUV 204.23 87.8 102.88 -
System Red Green Blue C M Y K H S L
Decimal 169 236 133 0.28 0 0.44 0.07 99.03 0.73 0.72
Hex A9 EC 85 1C 0 2C 7 63 49 48
Octal 251 354 205 34 0 54 7 143 111 110
Binary 10101001 11101100 10000101 11100 0 101100 111 1100011 1001001 1001000

Color Harmonies of #A9EC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EC85

Black with #A9EC85

Text Example


Text Example

White with #A9EC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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