Html Css Color HEX #A8F77F Feijoa

📋 copy color: '#A8F77F'

red 168 ◦ green 247 ◦ blue 127

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

Shades of Feijoa #A8F77F

Tints of Feijoa #A8F77F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.57%

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

R = 31%
G = 45.57%
B = 23.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#A8F77F (or 0xA8F77F) is known color: Feijoa. HEX triplet: A8, F7 and 7F. RGB value is (168,247,127). Sum of RGB (Red+Green+Blue) = 168+247+127=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F77F is #570880. Grayscale: #D2D2D2. Windows color (decimal): -5703809 or 8386472. OLE color: 8386472.

HSL color Cylindrical-coordinate representation of color #A8F77F: hue angle of 99.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8F77F is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 247 127 -
CMYK 0.32 0 0.49 0.03
HSL 99.5º 0.88% 0.73% -
HSV(B) 99.5º 0.49% 0.97% -
XYZ 53.24 76.38 32.02 -
YUV 209.7 81.33 98.26 -
System Red Green Blue C M Y K H S L
Decimal 168 247 127 0.32 0 0.49 0.03 99.5 0.88 0.73
Hex A8 F7 7F 20 0 31 3 64 58 49
Octal 250 367 177 40 0 61 3 144 130 111
Binary 10101000 11110111 1111111 100000 0 110001 11 1100100 1011000 1001001

Color Harmonies of #A8F77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F77F

Black with #A8F77F

Text Example


Text Example

White with #A8F77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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