Html Css Color HEX #A6DF7F Feijoa

📋 copy color: '#A6DF7F'

red 166 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #A6DF7F

Tints of Feijoa #A6DF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.61%

R = 32.17%
G = 43.22%
B = 24.61%

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

#A6DF7F (or 0xA6DF7F) is known color: Feijoa. HEX triplet: A6, DF and 7F. RGB value is (166,223,127). Sum of RGB (Red+Green+Blue) = 166+223+127=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF7F is #592080. Grayscale: #C3C3C3. Windows color (decimal): -5841025 or 8380326. OLE color: 8380326.

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

Color convert

RGB 166 223 127 -
CMYK 0.26 0 0.43 0.13
HSL 95.63º 0.6% 0.69% -
HSV(B) 95.63º 0.43% 0.87% -
XYZ 45.94 62.41 29.7 -
YUV 195.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 166 223 127 0.26 0 0.43 0.13 95.63 0.6 0.69
Hex A6 DF 7F 1A 0 2B D 60 3C 45
Octal 246 337 177 32 0 53 15 140 74 105
Binary 10100110 11011111 1111111 11010 0 101011 1101 1100000 111100 1000101

Color Harmonies of #A6DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF7F

Black with #A6DF7F

Text Example


Text Example

White with #A6DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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