Html Css Color HEX #A9CA93 Feijoa

📋 copy color: '#A9CA93'

red 169 ◦ green 202 ◦ blue 147

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

Shades of Feijoa #A9CA93

Tints of Feijoa #A9CA93

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39%

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 32.63%
G = 39%
B = 28.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#A9CA93 (or 0xA9CA93) is known color: Feijoa. HEX triplet: A9, CA and 93. RGB value is (169,202,147). Sum of RGB (Red+Green+Blue) = 169+202+147=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA93 is #56356C. Grayscale: #BABABA. Windows color (decimal): -5649773 or 9685673. OLE color: 9685673.

HSL color Cylindrical-coordinate representation of color #A9CA93: hue angle of 96º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9CA93 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 202 147 -
CMYK 0.16 0 0.27 0.21
HSL 96º 0.34% 0.68% -
HSV(B) 96º 0.27% 0.79% -
XYZ 42.75 52.78 35.54 -
YUV 185.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 169 202 147 0.16 0 0.27 0.21 96 0.34 0.68
Hex A9 CA 93 10 0 1B 15 60 22 44
Octal 251 312 223 20 0 33 25 140 42 104
Binary 10101001 11001010 10010011 10000 0 11011 10101 1100000 100010 1000100

Color Harmonies of #A9CA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CA93

Black with #A9CA93

Text Example


Text Example

White with #A9CA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CA93; }

 p { color: rgb(169,202,147); }

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

background-color css

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

 a { background-color: rgb(169,202,147); }

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

border-color css

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

 span { border-color: rgb(169,202,147); }

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