Html Css Color HEX #A6FF7A Feijoa

📋 copy color: '#A6FF7A'

red 166 ◦ green 255 ◦ blue 122

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

Shades of Feijoa #A6FF7A

Tints of Feijoa #A6FF7A

RGB

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

 GREEN value IS 255 (100% from 255) = 46.96%

 BLUE value IS 122 (48.05% from 255) = 22.47%

R = 30.57%
G = 46.96%
B = 22.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#A6FF7A (or 0xA6FF7A) is known color: Feijoa. HEX triplet: A6, FF and 7A. RGB value is (166,255,122). Sum of RGB (Red+Green+Blue) = 166+255+122=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF7A is #590085. Grayscale: #D5D5D5. Windows color (decimal): -5832838 or 8060838. OLE color: 8060838.

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

Color convert

RGB 166 255 122 -
CMYK 0.35 0 0.52 0
HSL 100.15º 1% 0.74% -
HSV(B) 100.15º 0.52% 1% -
XYZ 55 81.03 31.15 -
YUV 213.23 76.51 94.31 -
System Red Green Blue C M Y K H S L
Decimal 166 255 122 0.35 0 0.52 0 100.15 1 0.74
Hex A6 FF 7A 23 0 34 0 64 64 4A
Octal 246 377 172 43 0 64 0 144 144 112
Binary 10100110 11111111 1111010 100011 0 110100 0 1100100 1100100 1001010

Color Harmonies of #A6FF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FF7A

Black with #A6FF7A

Text Example


Text Example

White with #A6FF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FF7A; }

 p { color: rgb(166,255,122); }

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

background-color css

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

 a { background-color: rgb(166,255,122); }

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

border-color css

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

 span { border-color: rgb(166,255,122); }

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