Html Css Color HEX #A8F57F Feijoa

📋 copy color: '#A8F57F'

red 168 ◦ green 245 ◦ blue 127

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

Shades of Feijoa #A8F57F

Tints of Feijoa #A8F57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.52%

R = 31.11%
G = 45.37%
B = 23.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#A8F57F (or 0xA8F57F) is known color: Feijoa. HEX triplet: A8, F5 and 7F. RGB value is (168,245,127). Sum of RGB (Red+Green+Blue) = 168+245+127=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F57F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F57F is #570A80. Grayscale: #D0D0D0. Windows color (decimal): -5704321 or 8385960. OLE color: 8385960.

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

Color convert

RGB 168 245 127 -
CMYK 0.31 0 0.48 0.04
HSL 99.15º 0.86% 0.73% -
HSV(B) 99.15º 0.48% 0.96% -
XYZ 52.63 75.16 31.81 -
YUV 208.53 81.99 99.09 -
System Red Green Blue C M Y K H S L
Decimal 168 245 127 0.31 0 0.48 0.04 99.15 0.86 0.73
Hex A8 F5 7F 1F 0 30 4 63 56 49
Octal 250 365 177 37 0 60 4 143 126 111
Binary 10101000 11110101 1111111 11111 0 110000 100 1100011 1010110 1001001

Color Harmonies of #A8F57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F57F

Black with #A8F57F

Text Example


Text Example

White with #A8F57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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