Html Css Color HEX #A8F472 Feijoa

📋 copy color: '#A8F472'

red 168 ◦ green 244 ◦ blue 114

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

Shades of Feijoa #A8F472

Tints of Feijoa #A8F472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.39%

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

R = 31.94%
G = 46.39%
B = 21.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#A8F472 (or 0xA8F472) is known color: Feijoa. HEX triplet: A8, F4 and 72. RGB value is (168,244,114). Sum of RGB (Red+Green+Blue) = 168+244+114=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F472 is #570B8D. Grayscale: #CECECE. Windows color (decimal): -5704590 or 7533736. OLE color: 7533736.

HSL color Cylindrical-coordinate representation of color #A8F472: hue angle of 95.08º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8F472 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 244 114 -
CMYK 0.31 0 0.53 0.04
HSL 95.08º 0.86% 0.7% -
HSV(B) 95.08º 0.53% 0.96% -
XYZ 51.54 74.24 27.53 -
YUV 206.46 75.82 100.57 -
System Red Green Blue C M Y K H S L
Decimal 168 244 114 0.31 0 0.53 0.04 95.08 0.86 0.7
Hex A8 F4 72 1F 0 35 4 5F 56 46
Octal 250 364 162 37 0 65 4 137 126 106
Binary 10101000 11110100 1110010 11111 0 110101 100 1011111 1010110 1000110

Color Harmonies of #A8F472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F472

Black with #A8F472

Text Example


Text Example

White with #A8F472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F472; }

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

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

background-color css

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

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

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

border-color css

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

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

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