Html Css Color HEX #A9E585 Feijoa

📋 copy color: '#A9E585'

red 169 ◦ green 229 ◦ blue 133

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

Shades of Feijoa #A9E585

Tints of Feijoa #A9E585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.13%

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

R = 31.83%
G = 43.13%
B = 25.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#A9E585 (or 0xA9E585) is known color: Feijoa. HEX triplet: A9, E5 and 85. RGB value is (169,229,133). Sum of RGB (Red+Green+Blue) = 169+229+133=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E585 is #561A7A. Grayscale: #C8C8C8. Windows color (decimal): -5642875 or 8775081. OLE color: 8775081.

HSL color Cylindrical-coordinate representation of color #A9E585: hue angle of 97.5º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9E585 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 229 133 -
CMYK 0.26 0 0.42 0.10
HSL 97.5º 0.65% 0.71% -
HSV(B) 97.5º 0.42% 0.9% -
XYZ 48.62 66.17 32.4 -
YUV 200.12 90.12 105.81 -
System Red Green Blue C M Y K H S L
Decimal 169 229 133 0.26 0 0.42 0.10 97.5 0.65 0.71
Hex A9 E5 85 1A 0 2A A 62 41 47
Octal 251 345 205 32 0 52 12 142 101 107
Binary 10101001 11100101 10000101 11010 0 101010 1010 1100010 1000001 1000111

Color Harmonies of #A9E585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E585

Black with #A9E585

Text Example


Text Example

White with #A9E585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E585; }

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

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

background-color css

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

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

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

border-color css

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

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

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