Html Css Color HEX #A6F97F Feijoa

📋 copy color: '#A6F97F'

red 166 ◦ green 249 ◦ blue 127

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

Shades of Feijoa #A6F97F

Tints of Feijoa #A6F97F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

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

R = 30.63%
G = 45.94%
B = 23.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#A6F97F (or 0xA6F97F) is known color: Feijoa. HEX triplet: A6, F9 and 7F. RGB value is (166,249,127). Sum of RGB (Red+Green+Blue) = 166+249+127=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F97F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F97F is #590680. Grayscale: #D2D2D2. Windows color (decimal): -5834369 or 8386982. OLE color: 8386982.

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

Color convert

RGB 166 249 127 -
CMYK 0.33 0 0.49 0.02
HSL 100.82º 0.91% 0.74% -
HSV(B) 100.82º 0.49% 0.98% -
XYZ 53.43 77.39 32.2 -
YUV 210.28 81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 166 249 127 0.33 0 0.49 0.02 100.82 0.91 0.74
Hex A6 F9 7F 21 0 31 2 65 5B 4A
Octal 246 371 177 41 0 61 2 145 133 112
Binary 10100110 11111001 1111111 100001 0 110001 10 1100101 1011011 1001010

Color Harmonies of #A6F97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F97F

Black with #A6F97F

Text Example


Text Example

White with #A6F97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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