Html Css Color HEX #A8F672 Feijoa

📋 copy color: '#A8F672'

red 168 ◦ green 246 ◦ blue 114

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

Shades of Feijoa #A8F672

Tints of Feijoa #A8F672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.59%

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

R = 31.82%
G = 46.59%
B = 21.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#A8F672 (or 0xA8F672) is known color: Feijoa. HEX triplet: A8, F6 and 72. RGB value is (168,246,114). Sum of RGB (Red+Green+Blue) = 168+246+114=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F672 is #57098D. Grayscale: #D0D0D0. Windows color (decimal): -5704078 or 7534248. OLE color: 7534248.

HSL color Cylindrical-coordinate representation of color #A8F672: hue angle of 95.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8F672 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 246 114 -
CMYK 0.32 0 0.54 0.04
HSL 95.45º 0.88% 0.71% -
HSV(B) 95.45º 0.54% 0.96% -
XYZ 52.14 75.45 27.74 -
YUV 207.63 75.16 99.73 -
System Red Green Blue C M Y K H S L
Decimal 168 246 114 0.32 0 0.54 0.04 95.45 0.88 0.71
Hex A8 F6 72 20 0 36 4 5F 58 47
Octal 250 366 162 40 0 66 4 137 130 107
Binary 10101000 11110110 1110010 100000 0 110110 100 1011111 1011000 1000111

Color Harmonies of #A8F672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F672

Black with #A8F672

Text Example


Text Example

White with #A8F672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F672; }

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

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

background-color css

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

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

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

border-color css

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

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

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