Html Css Color HEX #A4D96F Feijoa

📋 copy color: '#A4D96F'

red 164 ◦ green 217 ◦ blue 111

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

Shades of Feijoa #A4D96F

Tints of Feijoa #A4D96F

RGB

 RED value IS 164 (64.45% from 255) = 33.33%

 GREEN value IS 217 (85.16% from 255) = 44.11%

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 33.33%
G = 44.11%
B = 22.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#A4D96F (or 0xA4D96F) is known color: Feijoa. HEX triplet: A4, D9 and 6F. RGB value is (164,217,111). Sum of RGB (Red+Green+Blue) = 164+217+111=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D96F is #5B2690. Grayscale: #BDBDBD. Windows color (decimal): -5973649 or 7330212. OLE color: 7330212.

HSL color Cylindrical-coordinate representation of color #A4D96F: hue angle of 90º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4D96F is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 217 111 -
CMYK 0.24 0 0.49 0.15
HSL 90º 0.58% 0.64% -
HSV(B) 90º 0.49% 0.85% -
XYZ 42.99 58.67 24.1 -
YUV 189.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 164 217 111 0.24 0 0.49 0.15 90 0.58 0.64
Hex A4 D9 6F 18 0 31 F 5A 3A 40
Octal 244 331 157 30 0 61 17 132 72 100
Binary 10100100 11011001 1101111 11000 0 110001 1111 1011010 111010 1000000

Color Harmonies of #A4D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D96F

Black with #A4D96F

Text Example


Text Example

White with #A4D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D96F; }

 p { color: rgb(164,217,111); }

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

background-color css

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

 a { background-color: rgb(164,217,111); }

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

border-color css

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

 span { border-color: rgb(164,217,111); }

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