Html Css Color HEX #A3F070 Feijoa

📋 copy color: '#A3F070'

red 163 ◦ green 240 ◦ blue 112

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

Shades of Feijoa #A3F070

Tints of Feijoa #A3F070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.6%

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

R = 31.65%
G = 46.6%
B = 21.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#A3F070 (or 0xA3F070) is known color: Feijoa. HEX triplet: A3, F0 and 70. RGB value is (163,240,112). Sum of RGB (Red+Green+Blue) = 163+240+112=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F070 is #5C0F8F. Grayscale: #CACACA. Windows color (decimal): -6033296 or 7401635. OLE color: 7401635.

HSL color Cylindrical-coordinate representation of color #A3F070: hue angle of 96.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3F070 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 240 112 -
CMYK 0.32 0 0.53 0.06
HSL 96.09º 0.81% 0.69% -
HSV(B) 96.09º 0.53% 0.94% -
XYZ 49.19 71.28 26.49 -
YUV 202.39 76.99 99.91 -
System Red Green Blue C M Y K H S L
Decimal 163 240 112 0.32 0 0.53 0.06 96.09 0.81 0.69
Hex A3 F0 70 20 0 35 6 60 51 45
Octal 243 360 160 40 0 65 6 140 121 105
Binary 10100011 11110000 1110000 100000 0 110101 110 1100000 1010001 1000101

Color Harmonies of #A3F070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F070

Black with #A3F070

Text Example


Text Example

White with #A3F070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F070; }

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

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

background-color css

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

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

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

border-color css

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

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

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