Html Css Color HEX #A3DF70 Feijoa

📋 copy color: '#A3DF70'

red 163 ◦ green 223 ◦ blue 112

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

Shades of Feijoa #A3DF70

Tints of Feijoa #A3DF70

RGB

 RED value IS 163 (64.06% from 255) = 32.73%

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

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

R = 32.73%
G = 44.78%
B = 22.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A3DF70 (or 0xA3DF70) is known color: Feijoa. HEX triplet: A3, DF and 70. RGB value is (163,223,112). Sum of RGB (Red+Green+Blue) = 163+223+112=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF70 is #5C208F. Grayscale: #C0C0C0. Windows color (decimal): -6037648 or 7397283. OLE color: 7397283.

HSL color Cylindrical-coordinate representation of color #A3DF70: hue angle of 92.43º 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 #A3DF70 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 223 112 -
CMYK 0.27 0 0.50 0.13
HSL 92.43º 0.63% 0.66% -
HSV(B) 92.43º 0.5% 0.87% -
XYZ 44.42 61.73 24.9 -
YUV 192.41 82.62 107.03 -
System Red Green Blue C M Y K H S L
Decimal 163 223 112 0.27 0 0.50 0.13 92.43 0.63 0.66
Hex A3 DF 70 1B 0 32 D 5C 3F 42
Octal 243 337 160 33 0 62 15 134 77 102
Binary 10100011 11011111 1110000 11011 0 110010 1101 1011100 111111 1000010

Color Harmonies of #A3DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DF70

Black with #A3DF70

Text Example


Text Example

White with #A3DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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