Html Css Color HEX #A6F16A Feijoa

📋 copy color: '#A6F16A'

red 166 ◦ green 241 ◦ blue 106

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

Shades of Feijoa #A6F16A

Tints of Feijoa #A6F16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.98%

 BLUE value IS 106 (41.8% from 255) = 20.66%

R = 32.36%
G = 46.98%
B = 20.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#A6F16A (or 0xA6F16A) is known color: Feijoa. HEX triplet: A6, F1 and 6A. RGB value is (166,241,106). Sum of RGB (Red+Green+Blue) = 166+241+106=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F16A is #590E95. Grayscale: #CBCBCB. Windows color (decimal): -5836438 or 7008678. OLE color: 7008678.

HSL color Cylindrical-coordinate representation of color #A6F16A: hue angle of 93.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6F16A is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 241 106 -
CMYK 0.31 0 0.56 0.05
HSL 93.33º 0.83% 0.68% -
HSV(B) 93.33º 0.56% 0.95% -
XYZ 49.78 72.06 24.92 -
YUV 203.19 73.15 101.48 -
System Red Green Blue C M Y K H S L
Decimal 166 241 106 0.31 0 0.56 0.05 93.33 0.83 0.68
Hex A6 F1 6A 1F 0 38 5 5D 53 44
Octal 246 361 152 37 0 70 5 135 123 104
Binary 10100110 11110001 1101010 11111 0 111000 101 1011101 1010011 1000100

Color Harmonies of #A6F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F16A

Black with #A6F16A

Text Example


Text Example

White with #A6F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F16A; }

 p { color: rgb(166,241,106); }

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

background-color css

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

 a { background-color: rgb(166,241,106); }

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

border-color css

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

 span { border-color: rgb(166,241,106); }

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