Html Css Color HEX #A3F06D Feijoa

📋 copy color: '#A3F06D'

red 163 ◦ green 240 ◦ blue 109

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

Shades of Feijoa #A3F06D

Tints of Feijoa #A3F06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.29%

R = 31.84%
G = 46.88%
B = 21.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#A3F06D (or 0xA3F06D) is known color: Feijoa. HEX triplet: A3, F0 and 6D. RGB value is (163,240,109). Sum of RGB (Red+Green+Blue) = 163+240+109=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F06D is #5C0F92. Grayscale: #CACACA. Windows color (decimal): -6033299 or 7205027. OLE color: 7205027.

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

Color convert

RGB 163 240 109 -
CMYK 0.32 0 0.55 0.06
HSL 95.27º 0.81% 0.68% -
HSV(B) 95.27º 0.55% 0.94% -
XYZ 49.02 71.21 25.63 -
YUV 202.04 75.49 100.15 -
System Red Green Blue C M Y K H S L
Decimal 163 240 109 0.32 0 0.55 0.06 95.27 0.81 0.68
Hex A3 F0 6D 20 0 37 6 5F 51 44
Octal 243 360 155 40 0 67 6 137 121 104
Binary 10100011 11110000 1101101 100000 0 110111 110 1011111 1010001 1000100

Color Harmonies of #A3F06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F06D

Black with #A3F06D

Text Example


Text Example

White with #A3F06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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