Html Css Color HEX #A6DF70 Feijoa

📋 copy color: '#A6DF70'

red 166 ◦ green 223 ◦ blue 112

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

Shades of Feijoa #A6DF70

Tints of Feijoa #A6DF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 33.13%
G = 44.51%
B = 22.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A6DF70 (or 0xA6DF70) is known color: Feijoa. HEX triplet: A6, DF and 70. RGB value is (166,223,112). Sum of RGB (Red+Green+Blue) = 166+223+112=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF70 is #59208F. Grayscale: #C1C1C1. Windows color (decimal): -5841040 or 7397286. OLE color: 7397286.

HSL color Cylindrical-coordinate representation of color #A6DF70: hue angle of 90.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6DF70 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 112 -
CMYK 0.26 0 0.50 0.13
HSL 90.81º 0.63% 0.66% -
HSV(B) 90.81º 0.5% 0.87% -
XYZ 45.04 62.05 24.93 -
YUV 193.3 82.12 108.53 -
System Red Green Blue C M Y K H S L
Decimal 166 223 112 0.26 0 0.50 0.13 90.81 0.63 0.66
Hex A6 DF 70 1A 0 32 D 5B 3F 42
Octal 246 337 160 32 0 62 15 133 77 102
Binary 10100110 11011111 1110000 11010 0 110010 1101 1011011 111111 1000010

Color Harmonies of #A6DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF70

Black with #A6DF70

Text Example


Text Example

White with #A6DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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