Html Css Color HEX #A6F276 Feijoa

📋 copy color: '#A6F276'

red 166 ◦ green 242 ◦ blue 118

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

Shades of Feijoa #A6F276

Tints of Feijoa #A6F276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 118 (46.48% from 255) = 22.43%

R = 31.56%
G = 46.01%
B = 22.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#A6F276 (or 0xA6F276) is known color: Feijoa. HEX triplet: A6, F2 and 76. RGB value is (166,242,118). Sum of RGB (Red+Green+Blue) = 166+242+118=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F276 is #590D89. Grayscale: #CDCDCD. Windows color (decimal): -5836170 or 7795366. OLE color: 7795366.

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

Color convert

RGB 166 242 118 -
CMYK 0.31 0 0.51 0.05
HSL 96.77º 0.83% 0.71% -
HSV(B) 96.77º 0.51% 0.95% -
XYZ 50.75 72.92 28.54 -
YUV 205.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 166 242 118 0.31 0 0.51 0.05 96.77 0.83 0.71
Hex A6 F2 76 1F 0 33 5 61 53 47
Octal 246 362 166 37 0 63 5 141 123 107
Binary 10100110 11110010 1110110 11111 0 110011 101 1100001 1010011 1000111

Color Harmonies of #A6F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F276

Black with #A6F276

Text Example


Text Example

White with #A6F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F276; }

 p { color: rgb(166,242,118); }

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

background-color css

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

 a { background-color: rgb(166,242,118); }

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

border-color css

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

 span { border-color: rgb(166,242,118); }

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