Html Css Color HEX #A6F87F Feijoa

📋 copy color: '#A6F87F'

red 166 ◦ green 248 ◦ blue 127

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

Shades of Feijoa #A6F87F

Tints of Feijoa #A6F87F

RGB

 RED value IS 166 (65.23% from 255) = 30.68%

 GREEN value IS 248 (97.27% from 255) = 45.84%

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

R = 30.68%
G = 45.84%
B = 23.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#A6F87F (or 0xA6F87F) is known color: Feijoa. HEX triplet: A6, F8 and 7F. RGB value is (166,248,127). Sum of RGB (Red+Green+Blue) = 166+248+127=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F87F is #590780. Grayscale: #D2D2D2. Windows color (decimal): -5834625 or 8386726. OLE color: 8386726.

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

Color convert

RGB 166 248 127 -
CMYK 0.33 0 0.49 0.03
HSL 100.66º 0.9% 0.74% -
HSV(B) 100.66º 0.49% 0.97% -
XYZ 53.12 76.77 32.1 -
YUV 209.69 81.33 96.84 -
System Red Green Blue C M Y K H S L
Decimal 166 248 127 0.33 0 0.49 0.03 100.66 0.9 0.74
Hex A6 F8 7F 21 0 31 3 65 5A 4A
Octal 246 370 177 41 0 61 3 145 132 112
Binary 10100110 11111000 1111111 100001 0 110001 11 1100101 1011010 1001010

Color Harmonies of #A6F87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F87F

Black with #A6F87F

Text Example


Text Example

White with #A6F87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F87F; }

 p { color: rgb(166,248,127); }

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

background-color css

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

 a { background-color: rgb(166,248,127); }

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

border-color css

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

 span { border-color: rgb(166,248,127); }

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