Html Css Color HEX #A6E27C Feijoa

📋 copy color: '#A6E27C'

red 166 ◦ green 226 ◦ blue 124

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

Shades of Feijoa #A6E27C

Tints of Feijoa #A6E27C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.8%

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 32.17%
G = 43.8%
B = 24.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#A6E27C (or 0xA6E27C) is known color: Feijoa. HEX triplet: A6, E2 and 7C. RGB value is (166,226,124). Sum of RGB (Red+Green+Blue) = 166+226+124=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E27C is #591D83. Grayscale: #C4C4C4. Windows color (decimal): -5840260 or 8184486. OLE color: 8184486.

HSL color Cylindrical-coordinate representation of color #A6E27C: hue angle of 95.29º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6E27C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 124 -
CMYK 0.27 0 0.45 0.11
HSL 95.29º 0.64% 0.69% -
HSV(B) 95.29º 0.45% 0.89% -
XYZ 46.56 63.95 28.96 -
YUV 196.43 87.12 106.29 -
System Red Green Blue C M Y K H S L
Decimal 166 226 124 0.27 0 0.45 0.11 95.29 0.64 0.69
Hex A6 E2 7C 1B 0 2D B 5F 40 45
Octal 246 342 174 33 0 55 13 137 100 105
Binary 10100110 11100010 1111100 11011 0 101101 1011 1011111 1000000 1000101

Color Harmonies of #A6E27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E27C

Black with #A6E27C

Text Example


Text Example

White with #A6E27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E27C; }

 p { color: rgb(166,226,124); }

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

background-color css

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

 a { background-color: rgb(166,226,124); }

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

border-color css

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

 span { border-color: rgb(166,226,124); }

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