Html Css Color HEX #A6FE7D Feijoa

📋 copy color: '#A6FE7D'

red 166 ◦ green 254 ◦ blue 125

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

Shades of Feijoa #A6FE7D

Tints of Feijoa #A6FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.61%

 BLUE value IS 125 (49.22% from 255) = 22.94%

R = 30.46%
G = 46.61%
B = 22.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#A6FE7D (or 0xA6FE7D) is known color: Feijoa. HEX triplet: A6, FE and 7D. RGB value is (166,254,125). Sum of RGB (Red+Green+Blue) = 166+254+125=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FE7D is #590182. Grayscale: #D5D5D5. Windows color (decimal): -5833091 or 8257190. OLE color: 8257190.

HSL color Cylindrical-coordinate representation of color #A6FE7D: hue angle of 100.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6FE7D is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 125 -
CMYK 0.35 0 0.51 0.00
HSL 100.93º 0.98% 0.74% -
HSV(B) 100.93º 0.51% 1% -
XYZ 54.87 80.47 32.04 -
YUV 212.98 78.35 94.49 -
System Red Green Blue C M Y K H S L
Decimal 166 254 125 0.35 0 0.51 0.00 100.93 0.98 0.74
Hex A6 FE 7D 23 0 33 0 65 62 4A
Octal 246 376 175 43 0 63 0 145 142 112
Binary 10100110 11111110 1111101 100011 0 110011 0 1100101 1100010 1001010

Color Harmonies of #A6FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FE7D

Black with #A6FE7D

Text Example


Text Example

White with #A6FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FE7D; }

 p { color: rgb(166,254,125); }

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

background-color css

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

 a { background-color: rgb(166,254,125); }

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

border-color css

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

 span { border-color: rgb(166,254,125); }

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