Html Css Color HEX #A6F97D Feijoa

📋 copy color: '#A6F97D'

red 166 ◦ green 249 ◦ blue 125

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

Shades of Feijoa #A6F97D

Tints of Feijoa #A6F97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 30.74%
G = 46.11%
B = 23.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#A6F97D (or 0xA6F97D) is known color: Feijoa. HEX triplet: A6, F9 and 7D. RGB value is (166,249,125). Sum of RGB (Red+Green+Blue) = 166+249+125=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F97D is #590682. Grayscale: #D2D2D2. Windows color (decimal): -5834371 or 8255910. OLE color: 8255910.

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

Color convert

RGB 166 249 125 -
CMYK 0.33 0 0.50 0.02
HSL 100.16º 0.91% 0.73% -
HSV(B) 100.16º 0.5% 0.98% -
XYZ 53.3 77.34 31.52 -
YUV 210.05 80 96.58 -
System Red Green Blue C M Y K H S L
Decimal 166 249 125 0.33 0 0.50 0.02 100.16 0.91 0.73
Hex A6 F9 7D 21 0 32 2 64 5B 49
Octal 246 371 175 41 0 62 2 144 133 111
Binary 10100110 11111001 1111101 100001 0 110010 10 1100100 1011011 1001001

Color Harmonies of #A6F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F97D

Black with #A6F97D

Text Example


Text Example

White with #A6F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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