Html Css Color HEX #A8D472 Feijoa

📋 copy color: '#A8D472'

red 168 ◦ green 212 ◦ blue 114

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

Shades of Feijoa #A8D472

Tints of Feijoa #A8D472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 34.01%
G = 42.91%
B = 23.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#A8D472 (or 0xA8D472) is known color: Feijoa. HEX triplet: A8, D4 and 72. RGB value is (168,212,114). Sum of RGB (Red+Green+Blue) = 168+212+114=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D472 is #572B8D. Grayscale: #BCBCBC. Windows color (decimal): -5712782 or 7525544. OLE color: 7525544.

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

Color convert

RGB 168 212 114 -
CMYK 0.21 0 0.46 0.17
HSL 86.94º 0.53% 0.64% -
HSV(B) 86.94º 0.46% 0.83% -
XYZ 42.73 56.63 24.6 -
YUV 187.67 86.42 113.97 -
System Red Green Blue C M Y K H S L
Decimal 168 212 114 0.21 0 0.46 0.17 86.94 0.53 0.64
Hex A8 D4 72 15 0 2E 11 57 35 40
Octal 250 324 162 25 0 56 21 127 65 100
Binary 10101000 11010100 1110010 10101 0 101110 10001 1010111 110101 1000000

Color Harmonies of #A8D472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D472

Black with #A8D472

Text Example


Text Example

White with #A8D472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D472; }

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

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

background-color css

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

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

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

border-color css

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

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

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