Html Css Color HEX #A6F96B Feijoa

📋 copy color: '#A6F96B'

red 166 ◦ green 249 ◦ blue 107

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

Shades of Feijoa #A6F96B

Tints of Feijoa #A6F96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.5%

R = 31.8%
G = 47.7%
B = 20.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#A6F96B (or 0xA6F96B) is known color: Feijoa. HEX triplet: A6, F9 and 6B. RGB value is (166,249,107). Sum of RGB (Red+Green+Blue) = 166+249+107=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F96B is #590694. Grayscale: #D0D0D0. Windows color (decimal): -5834389 or 7076262. OLE color: 7076262.

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

Color convert

RGB 166 249 107 -
CMYK 0.33 0 0.57 0.02
HSL 95.07º 0.92% 0.7% -
HSV(B) 95.07º 0.57% 0.98% -
XYZ 52.26 76.92 26 -
YUV 208 71 98.05 -
System Red Green Blue C M Y K H S L
Decimal 166 249 107 0.33 0 0.57 0.02 95.07 0.92 0.7
Hex A6 F9 6B 21 0 39 2 5F 5C 46
Octal 246 371 153 41 0 71 2 137 134 106
Binary 10100110 11111001 1101011 100001 0 111001 10 1011111 1011100 1000110

Color Harmonies of #A6F96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F96B

Black with #A6F96B

Text Example


Text Example

White with #A6F96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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