Html Css Color HEX #A8D496 Feijoa

📋 copy color: '#A8D496'

red 168 ◦ green 212 ◦ blue 150

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

Shades of Feijoa #A8D496

Tints of Feijoa #A8D496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 31.7%
G = 40%
B = 28.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#A8D496 (or 0xA8D496) is known color: Feijoa. HEX triplet: A8, D4 and 96. RGB value is (168,212,150). Sum of RGB (Red+Green+Blue) = 168+212+150=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D496 is #572B69. Grayscale: #BFBFBF. Windows color (decimal): -5712746 or 9884840. OLE color: 9884840.

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

Color convert

RGB 168 212 150 -
CMYK 0.21 0 0.29 0.17
HSL 102.58º 0.42% 0.71% -
HSV(B) 102.58º 0.29% 0.83% -
XYZ 45.2 57.61 37.59 -
YUV 191.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 168 212 150 0.21 0 0.29 0.17 102.58 0.42 0.71
Hex A8 D4 96 15 0 1D 11 67 2A 47
Octal 250 324 226 25 0 35 21 147 52 107
Binary 10101000 11010100 10010110 10101 0 11101 10001 1100111 101010 1000111

Color Harmonies of #A8D496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D496

Black with #A8D496

Text Example


Text Example

White with #A8D496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D496; }

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

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

background-color css

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

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

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

border-color css

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

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

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