Html Css Color HEX #A8F37C Feijoa

📋 copy color: '#A8F37C'

red 168 ◦ green 243 ◦ blue 124

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

Shades of Feijoa #A8F37C

Tints of Feijoa #A8F37C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.42%

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

R = 31.4%
G = 45.42%
B = 23.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#A8F37C (or 0xA8F37C) is known color: Feijoa. HEX triplet: A8, F3 and 7C. RGB value is (168,243,124). Sum of RGB (Red+Green+Blue) = 168+243+124=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F37C is #570C83. Grayscale: #CFCFCF. Windows color (decimal): -5704836 or 8188840. OLE color: 8188840.

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

Color convert

RGB 168 243 124 -
CMYK 0.31 0 0.49 0.05
HSL 97.82º 0.83% 0.72% -
HSV(B) 97.82º 0.49% 0.95% -
XYZ 51.84 73.88 30.6 -
YUV 207.01 81.15 100.18 -
System Red Green Blue C M Y K H S L
Decimal 168 243 124 0.31 0 0.49 0.05 97.82 0.83 0.72
Hex A8 F3 7C 1F 0 31 5 62 53 48
Octal 250 363 174 37 0 61 5 142 123 110
Binary 10101000 11110011 1111100 11111 0 110001 101 1100010 1010011 1001000

Color Harmonies of #A8F37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F37C

Black with #A8F37C

Text Example


Text Example

White with #A8F37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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