Html Css Color HEX #A9DC94 Feijoa

📋 copy color: '#A9DC94'

red 169 ◦ green 220 ◦ blue 148

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

Shades of Feijoa #A9DC94

Tints of Feijoa #A9DC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

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

R = 31.47%
G = 40.97%
B = 27.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#A9DC94 (or 0xA9DC94) is known color: Feijoa. HEX triplet: A9, DC and 94. RGB value is (169,220,148). Sum of RGB (Red+Green+Blue) = 169+220+148=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DC94 is #56236B. Grayscale: #C4C4C4. Windows color (decimal): -5645164 or 9755817. OLE color: 9755817.

HSL color Cylindrical-coordinate representation of color #A9DC94: hue angle of 102.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9DC94 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 148 -
CMYK 0.23 0 0.33 0.14
HSL 102.5º 0.51% 0.72% -
HSV(B) 102.5º 0.33% 0.86% -
XYZ 47.3 61.76 37.44 -
YUV 196.54 100.6 108.35 -
System Red Green Blue C M Y K H S L
Decimal 169 220 148 0.23 0 0.33 0.14 102.5 0.51 0.72
Hex A9 DC 94 17 0 21 E 66 33 48
Octal 251 334 224 27 0 41 16 146 63 110
Binary 10101001 11011100 10010100 10111 0 100001 1110 1100110 110011 1001000

Color Harmonies of #A9DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DC94

Black with #A9DC94

Text Example


Text Example

White with #A9DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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