Html Css Color HEX #A6FB7E Feijoa

📋 copy color: '#A6FB7E'

red 166 ◦ green 251 ◦ blue 126

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

Shades of Feijoa #A6FB7E

Tints of Feijoa #A6FB7E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.22%

 BLUE value IS 126 (49.61% from 255) = 23.2%

R = 30.57%
G = 46.22%
B = 23.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#A6FB7E (or 0xA6FB7E) is known color: Feijoa. HEX triplet: A6, FB and 7E. RGB value is (166,251,126). Sum of RGB (Red+Green+Blue) = 166+251+126=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FB7E is #590481. Grayscale: #D3D3D3. Windows color (decimal): -5833858 or 8321958. OLE color: 8321958.

HSL color Cylindrical-coordinate representation of color #A6FB7E: hue angle of 100.8º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6FB7E is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 251 126 -
CMYK 0.34 0 0.50 0.02
HSL 100.8º 0.94% 0.74% -
HSV(B) 100.8º 0.5% 0.98% -
XYZ 53.99 78.61 32.07 -
YUV 211.34 79.84 95.66 -
System Red Green Blue C M Y K H S L
Decimal 166 251 126 0.34 0 0.50 0.02 100.8 0.94 0.74
Hex A6 FB 7E 22 0 32 2 65 5E 4A
Octal 246 373 176 42 0 62 2 145 136 112
Binary 10100110 11111011 1111110 100010 0 110010 10 1100101 1011110 1001010

Color Harmonies of #A6FB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FB7E

Black with #A6FB7E

Text Example


Text Example

White with #A6FB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FB7E; }

 p { color: rgb(166,251,126); }

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

background-color css

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

 a { background-color: rgb(166,251,126); }

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

border-color css

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

 span { border-color: rgb(166,251,126); }

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