Html Css Color HEX #A8D494 Feijoa

📋 copy color: '#A8D494'

red 168 ◦ green 212 ◦ blue 148

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

Shades of Feijoa #A8D494

Tints of Feijoa #A8D494

RGB

 RED value IS 168 (66.02% from 255) = 31.82%

 GREEN value IS 212 (83.2% from 255) = 40.15%

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

R = 31.82%
G = 40.15%
B = 28.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#A8D494 (or 0xA8D494) is known color: Feijoa. HEX triplet: A8, D4 and 94. RGB value is (168,212,148). Sum of RGB (Red+Green+Blue) = 168+212+148=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D494 is #572B6B. Grayscale: #BFBFBF. Windows color (decimal): -5712748 or 9753768. OLE color: 9753768.

HSL color Cylindrical-coordinate representation of color #A8D494: hue angle of 101.25º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D494 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 148 -
CMYK 0.21 0 0.30 0.17
HSL 101.25º 0.43% 0.71% -
HSV(B) 101.25º 0.3% 0.83% -
XYZ 45.04 57.55 36.75 -
YUV 191.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 168 212 148 0.21 0 0.30 0.17 101.25 0.43 0.71
Hex A8 D4 94 15 0 1E 11 65 2B 47
Octal 250 324 224 25 0 36 21 145 53 107
Binary 10101000 11010100 10010100 10101 0 11110 10001 1100101 101011 1000111

Color Harmonies of #A8D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D494

Black with #A8D494

Text Example


Text Example

White with #A8D494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D494; }

 p { color: rgb(168,212,148); }

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

background-color css

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

 a { background-color: rgb(168,212,148); }

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

border-color css

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

 span { border-color: rgb(168,212,148); }

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