Html Css Color HEX #A8D470 Feijoa

📋 copy color: '#A8D470'

red 168 ◦ green 212 ◦ blue 112

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

Shades of Feijoa #A8D470

Tints of Feijoa #A8D470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 34.15%
G = 43.09%
B = 22.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#A8D470 (or 0xA8D470) is known color: Feijoa. HEX triplet: A8, D4 and 70. RGB value is (168,212,112). Sum of RGB (Red+Green+Blue) = 168+212+112=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D470 is #572B8F. Grayscale: #BBBBBB. Windows color (decimal): -5712784 or 7394472. OLE color: 7394472.

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

Color convert

RGB 168 212 112 -
CMYK 0.21 0 0.47 0.17
HSL 86.4º 0.54% 0.64% -
HSV(B) 86.4º 0.47% 0.83% -
XYZ 42.62 56.58 24 -
YUV 187.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 168 212 112 0.21 0 0.47 0.17 86.4 0.54 0.64
Hex A8 D4 70 15 0 2F 11 56 36 40
Octal 250 324 160 25 0 57 21 126 66 100
Binary 10101000 11010100 1110000 10101 0 101111 10001 1010110 110110 1000000

Color Harmonies of #A8D470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D470

Black with #A8D470

Text Example


Text Example

White with #A8D470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D470; }

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

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

background-color css

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

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

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

border-color css

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

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

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