Html Css Color HEX #A9CC94 Feijoa

📋 copy color: '#A9CC94'

red 169 ◦ green 204 ◦ blue 148

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

Shades of Feijoa #A9CC94

Tints of Feijoa #A9CC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 32.44%
G = 39.16%
B = 28.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#A9CC94 (or 0xA9CC94) is known color: Feijoa. HEX triplet: A9, CC and 94. RGB value is (169,204,148). Sum of RGB (Red+Green+Blue) = 169+204+148=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CC94 is #56336B. Grayscale: #BBBBBB. Windows color (decimal): -5649260 or 9751721. OLE color: 9751721.

HSL color Cylindrical-coordinate representation of color #A9CC94: hue angle of 97.5º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9CC94 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 204 148 -
CMYK 0.17 0 0.27 0.2
HSL 97.5º 0.35% 0.69% -
HSV(B) 97.5º 0.27% 0.8% -
XYZ 43.3 53.76 36.11 -
YUV 187.15 105.9 115.05 -
System Red Green Blue C M Y K H S L
Decimal 169 204 148 0.17 0 0.27 0.2 97.5 0.35 0.69
Hex A9 CC 94 11 0 1B 14 62 23 45
Octal 251 314 224 21 0 33 24 142 43 105
Binary 10101001 11001100 10010100 10001 0 11011 10100 1100010 100011 1000101

Color Harmonies of #A9CC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CC94

Black with #A9CC94

Text Example


Text Example

White with #A9CC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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