Html Css Color HEX #A6DF7E Feijoa

📋 copy color: '#A6DF7E'

red 166 ◦ green 223 ◦ blue 126

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

Shades of Feijoa #A6DF7E

Tints of Feijoa #A6DF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.3%

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

R = 32.23%
G = 43.3%
B = 24.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A6DF7E (or 0xA6DF7E) is known color: Feijoa. HEX triplet: A6, DF and 7E. RGB value is (166,223,126). Sum of RGB (Red+Green+Blue) = 166+223+126=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF7E is #592081. Grayscale: #C3C3C3. Windows color (decimal): -5841026 or 8314790. OLE color: 8314790.

HSL color Cylindrical-coordinate representation of color #A6DF7E: hue angle of 95.26º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6DF7E is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 126 -
CMYK 0.26 0 0.43 0.13
HSL 95.26º 0.6% 0.68% -
HSV(B) 95.26º 0.43% 0.87% -
XYZ 45.88 62.39 29.36 -
YUV 194.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 166 223 126 0.26 0 0.43 0.13 95.26 0.6 0.68
Hex A6 DF 7E 1A 0 2B D 5F 3C 44
Octal 246 337 176 32 0 53 15 137 74 104
Binary 10100110 11011111 1111110 11010 0 101011 1101 1011111 111100 1000100

Color Harmonies of #A6DF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF7E

Black with #A6DF7E

Text Example


Text Example

White with #A6DF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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