Html Css Color HEX #A3F970 Feijoa

📋 copy color: '#A3F970'

red 163 ◦ green 249 ◦ blue 112

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

Shades of Feijoa #A3F970

Tints of Feijoa #A3F970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.52%

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

R = 31.11%
G = 47.52%
B = 21.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#A3F970 (or 0xA3F970) is known color: Feijoa. HEX triplet: A3, F9 and 70. RGB value is (163,249,112). Sum of RGB (Red+Green+Blue) = 163+249+112=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F970 is #5C068F. Grayscale: #D0D0D0. Windows color (decimal): -6030992 or 7403939. OLE color: 7403939.

HSL color Cylindrical-coordinate representation of color #A3F970: hue angle of 97.66º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3F970 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 249 112 -
CMYK 0.35 0 0.55 0.02
HSL 97.66º 0.92% 0.71% -
HSV(B) 97.66º 0.55% 0.98% -
XYZ 51.9 76.71 27.4 -
YUV 207.67 74.01 96.14 -
System Red Green Blue C M Y K H S L
Decimal 163 249 112 0.35 0 0.55 0.02 97.66 0.92 0.71
Hex A3 F9 70 23 0 37 2 62 5C 47
Octal 243 371 160 43 0 67 2 142 134 107
Binary 10100011 11111001 1110000 100011 0 110111 10 1100010 1011100 1000111

Color Harmonies of #A3F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F970

Black with #A3F970

Text Example


Text Example

White with #A3F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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