Html Css Color HEX #A8F57C Feijoa

📋 copy color: '#A8F57C'

red 168 ◦ green 245 ◦ blue 124

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

Shades of Feijoa #A8F57C

Tints of Feijoa #A8F57C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 31.28%
G = 45.62%
B = 23.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#A8F57C (or 0xA8F57C) is known color: Feijoa. HEX triplet: A8, F5 and 7C. RGB value is (168,245,124). Sum of RGB (Red+Green+Blue) = 168+245+124=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F57C is #570A83. Grayscale: #D0D0D0. Windows color (decimal): -5704324 or 8189352. OLE color: 8189352.

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

Color convert

RGB 168 245 124 -
CMYK 0.31 0 0.49 0.04
HSL 98.18º 0.86% 0.72% -
HSV(B) 98.18º 0.49% 0.96% -
XYZ 52.44 75.08 30.8 -
YUV 208.18 80.49 99.34 -
System Red Green Blue C M Y K H S L
Decimal 168 245 124 0.31 0 0.49 0.04 98.18 0.86 0.72
Hex A8 F5 7C 1F 0 31 4 62 56 48
Octal 250 365 174 37 0 61 4 142 126 110
Binary 10101000 11110101 1111100 11111 0 110001 100 1100010 1010110 1001000

Color Harmonies of #A8F57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F57C

Black with #A8F57C

Text Example


Text Example

White with #A8F57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F57C; }

 p { color: rgb(168,245,124); }

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

background-color css

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

 a { background-color: rgb(168,245,124); }

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

border-color css

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

 span { border-color: rgb(168,245,124); }

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