Html Css Color HEX #A8F37F Feijoa

📋 copy color: '#A8F37F'

red 168 ◦ green 243 ◦ blue 127

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

Shades of Feijoa #A8F37F

Tints of Feijoa #A8F37F

RGB

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

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

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

R = 31.23%
G = 45.17%
B = 23.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#A8F37F (or 0xA8F37F) is known color: Feijoa. HEX triplet: A8, F3 and 7F. RGB value is (168,243,127). Sum of RGB (Red+Green+Blue) = 168+243+127=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F37F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F37F is #570C80. Grayscale: #CFCFCF. Windows color (decimal): -5704833 or 8385448. OLE color: 8385448.

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

Color convert

RGB 168 243 127 -
CMYK 0.31 0 0.48 0.05
HSL 98.79º 0.83% 0.73% -
HSV(B) 98.79º 0.48% 0.95% -
XYZ 52.03 73.96 31.61 -
YUV 207.35 82.65 99.93 -
System Red Green Blue C M Y K H S L
Decimal 168 243 127 0.31 0 0.48 0.05 98.79 0.83 0.73
Hex A8 F3 7F 1F 0 30 5 63 53 49
Octal 250 363 177 37 0 60 5 143 123 111
Binary 10101000 11110011 1111111 11111 0 110000 101 1100011 1010011 1001001

Color Harmonies of #A8F37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F37F

Black with #A8F37F

Text Example


Text Example

White with #A8F37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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