Html Css Color HEX #A6EC7D Feijoa

📋 copy color: '#A6EC7D'

red 166 ◦ green 236 ◦ blue 125

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

Shades of Feijoa #A6EC7D

Tints of Feijoa #A6EC7D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.78%

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

R = 31.5%
G = 44.78%
B = 23.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#A6EC7D (or 0xA6EC7D) is known color: Feijoa. HEX triplet: A6, EC and 7D. RGB value is (166,236,125). Sum of RGB (Red+Green+Blue) = 166+236+125=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC7D is #591382. Grayscale: #CACACA. Windows color (decimal): -5837699 or 8252582. OLE color: 8252582.

HSL color Cylindrical-coordinate representation of color #A6EC7D: hue angle of 97.84º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6EC7D is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 125 -
CMYK 0.30 0 0.47 0.07
HSL 97.84º 0.74% 0.71% -
HSV(B) 97.84º 0.47% 0.93% -
XYZ 49.42 69.58 30.23 -
YUV 202.42 84.31 102.03 -
System Red Green Blue C M Y K H S L
Decimal 166 236 125 0.30 0 0.47 0.07 97.84 0.74 0.71
Hex A6 EC 7D 1E 0 2F 7 62 4A 47
Octal 246 354 175 36 0 57 7 142 112 107
Binary 10100110 11101100 1111101 11110 0 101111 111 1100010 1001010 1000111

Color Harmonies of #A6EC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EC7D

Black with #A6EC7D

Text Example


Text Example

White with #A6EC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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