Html Css Color HEX #A6FA72 Feijoa

📋 copy color: '#A6FA72'

red 166 ◦ green 250 ◦ blue 114

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

Shades of Feijoa #A6FA72

Tints of Feijoa #A6FA72

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.17%

 BLUE value IS 114 (44.92% from 255) = 21.51%

R = 31.32%
G = 47.17%
B = 21.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#A6FA72 (or 0xA6FA72) is known color: Feijoa. HEX triplet: A6, FA and 72. RGB value is (166,250,114). Sum of RGB (Red+Green+Blue) = 166+250+114=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA72 is #59058D. Grayscale: #D1D1D1. Windows color (decimal): -5834126 or 7535270. OLE color: 7535270.

HSL color Cylindrical-coordinate representation of color #A6FA72: hue angle of 97.06º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6FA72 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 114 -
CMYK 0.34 0 0.54 0.02
HSL 97.06º 0.93% 0.71% -
HSV(B) 97.06º 0.54% 0.98% -
XYZ 52.95 77.69 28.13 -
YUV 209.38 74.17 97.06 -
System Red Green Blue C M Y K H S L
Decimal 166 250 114 0.34 0 0.54 0.02 97.06 0.93 0.71
Hex A6 FA 72 22 0 36 2 61 5D 47
Octal 246 372 162 42 0 66 2 141 135 107
Binary 10100110 11111010 1110010 100010 0 110110 10 1100001 1011101 1000111

Color Harmonies of #A6FA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FA72

Black with #A6FA72

Text Example


Text Example

White with #A6FA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FA72; }

 p { color: rgb(166,250,114); }

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

background-color css

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

 a { background-color: rgb(166,250,114); }

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

border-color css

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

 span { border-color: rgb(166,250,114); }

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