Html Css Color HEX #A9CA94 Feijoa

📋 copy color: '#A9CA94'

red 169 ◦ green 202 ◦ blue 148

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

Shades of Feijoa #A9CA94

Tints of Feijoa #A9CA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 32.56%
G = 38.92%
B = 28.52%

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

#A9CA94 (or 0xA9CA94) is known color: Feijoa. HEX triplet: A9, CA and 94. RGB value is (169,202,148). Sum of RGB (Red+Green+Blue) = 169+202+148=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA94 is #56356B. Grayscale: #BABABA. Windows color (decimal): -5649772 or 9751209. OLE color: 9751209.

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

Color convert

RGB 169 202 148 -
CMYK 0.16 0 0.27 0.21
HSL 96.67º 0.34% 0.69% -
HSV(B) 96.67º 0.27% 0.79% -
XYZ 42.83 52.81 35.95 -
YUV 185.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 169 202 148 0.16 0 0.27 0.21 96.67 0.34 0.69
Hex A9 CA 94 10 0 1B 15 61 22 45
Octal 251 312 224 20 0 33 25 141 42 105
Binary 10101001 11001010 10010100 10000 0 11011 10101 1100001 100010 1000101

Color Harmonies of #A9CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CA94

Black with #A9CA94

Text Example


Text Example

White with #A9CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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