Html Css Color HEX #A8F07C Feijoa

📋 copy color: '#A8F07C'

red 168 ◦ green 240 ◦ blue 124

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

Shades of Feijoa #A8F07C

Tints of Feijoa #A8F07C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.11%

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

R = 31.58%
G = 45.11%
B = 23.31%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#A8F07C (or 0xA8F07C) is known color: Feijoa. HEX triplet: A8, F0 and 7C. RGB value is (168,240,124). Sum of RGB (Red+Green+Blue) = 168+240+124=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F07C is #570F83. Grayscale: #CDCDCD. Windows color (decimal): -5705604 or 8188072. OLE color: 8188072.

HSL color Cylindrical-coordinate representation of color #A8F07C: hue angle of 97.24º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8F07C is Cyan = 0.3, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 124 -
CMYK 0.3 0 0.48 0.06
HSL 97.24º 0.79% 0.71% -
HSV(B) 97.24º 0.48% 0.94% -
XYZ 50.95 72.1 30.3 -
YUV 205.25 82.15 101.43 -
System Red Green Blue C M Y K H S L
Decimal 168 240 124 0.3 0 0.48 0.06 97.24 0.79 0.71
Hex A8 F0 7C 1E 0 30 6 61 4F 47
Octal 250 360 174 36 0 60 6 141 117 107
Binary 10101000 11110000 1111100 11110 0 110000 110 1100001 1001111 1000111

Color Harmonies of #A8F07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F07C

Black with #A8F07C

Text Example


Text Example

White with #A8F07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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