Html Css Color HEX #A6F66C Feijoa

📋 copy color: '#A6F66C'

red 166 ◦ green 246 ◦ blue 108

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

Shades of Feijoa #A6F66C

Tints of Feijoa #A6F66C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

 BLUE value IS 108 (42.58% from 255) = 20.77%

R = 31.92%
G = 47.31%
B = 20.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#A6F66C (or 0xA6F66C) is known color: Feijoa. HEX triplet: A6, F6 and 6C. RGB value is (166,246,108). Sum of RGB (Red+Green+Blue) = 166+246+108=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F66C is #590993. Grayscale: #CECECE. Windows color (decimal): -5835156 or 7141030. OLE color: 7141030.

HSL color Cylindrical-coordinate representation of color #A6F66C: hue angle of 94.78º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6F66C is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 246 108 -
CMYK 0.33 0 0.56 0.04
HSL 94.78º 0.88% 0.69% -
HSV(B) 94.78º 0.56% 0.96% -
XYZ 51.39 75.1 25.97 -
YUV 206.35 72.5 99.22 -
System Red Green Blue C M Y K H S L
Decimal 166 246 108 0.33 0 0.56 0.04 94.78 0.88 0.69
Hex A6 F6 6C 21 0 38 4 5F 58 45
Octal 246 366 154 41 0 70 4 137 130 105
Binary 10100110 11110110 1101100 100001 0 111000 100 1011111 1011000 1000101

Color Harmonies of #A6F66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F66C

Black with #A6F66C

Text Example


Text Example

White with #A6F66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F66C; }

 p { color: rgb(166,246,108); }

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

background-color css

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

 a { background-color: rgb(166,246,108); }

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

border-color css

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

 span { border-color: rgb(166,246,108); }

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