Html Css Color HEX #A3F975 Feijoa

📋 copy color: '#A3F975'

red 163 ◦ green 249 ◦ blue 117

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

Shades of Feijoa #A3F975

Tints of Feijoa #A3F975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 30.81%
G = 47.07%
B = 22.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#A3F975 (or 0xA3F975) is known color: Feijoa. HEX triplet: A3, F9 and 75. RGB value is (163,249,117). Sum of RGB (Red+Green+Blue) = 163+249+117=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F975 is #5C068A. Grayscale: #D0D0D0. Windows color (decimal): -6030987 or 7731619. OLE color: 7731619.

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

Color convert

RGB 163 249 117 -
CMYK 0.35 0 0.53 0.02
HSL 99.09º 0.92% 0.72% -
HSV(B) 99.09º 0.53% 0.98% -
XYZ 52.19 76.82 28.91 -
YUV 208.24 76.51 95.73 -
System Red Green Blue C M Y K H S L
Decimal 163 249 117 0.35 0 0.53 0.02 99.09 0.92 0.72
Hex A3 F9 75 23 0 35 2 63 5C 48
Octal 243 371 165 43 0 65 2 143 134 110
Binary 10100011 11111001 1110101 100011 0 110101 10 1100011 1011100 1001000

Color Harmonies of #A3F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F975

Black with #A3F975

Text Example


Text Example

White with #A3F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F975; }

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

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

background-color css

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

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

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

border-color css

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

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

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