Html Css Color HEX #A6E96A Feijoa

📋 copy color: '#A6E96A'

red 166 ◦ green 233 ◦ blue 106

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

Shades of Feijoa #A6E96A

Tints of Feijoa #A6E96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.14%

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 32.87%
G = 46.14%
B = 20.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#A6E96A (or 0xA6E96A) is known color: Feijoa. HEX triplet: A6, E9 and 6A. RGB value is (166,233,106). Sum of RGB (Red+Green+Blue) = 166+233+106=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E96A is #591695. Grayscale: #C6C6C6. Windows color (decimal): -5838486 or 7006630. OLE color: 7006630.

HSL color Cylindrical-coordinate representation of color #A6E96A: hue angle of 91.65º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6E96A is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 233 106 -
CMYK 0.29 0 0.55 0.09
HSL 91.65º 0.74% 0.66% -
HSV(B) 91.65º 0.55% 0.91% -
XYZ 47.47 67.43 24.15 -
YUV 198.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 166 233 106 0.29 0 0.55 0.09 91.65 0.74 0.66
Hex A6 E9 6A 1D 0 37 9 5C 4A 42
Octal 246 351 152 35 0 67 11 134 112 102
Binary 10100110 11101001 1101010 11101 0 110111 1001 1011100 1001010 1000010

Color Harmonies of #A6E96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E96A

Black with #A6E96A

Text Example


Text Example

White with #A6E96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E96A; }

 p { color: rgb(166,233,106); }

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

background-color css

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

 a { background-color: rgb(166,233,106); }

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

border-color css

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

 span { border-color: rgb(166,233,106); }

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