Html Css Color HEX #A3F275 Feijoa

📋 copy color: '#A3F275'

red 163 ◦ green 242 ◦ blue 117

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

Shades of Feijoa #A3F275

Tints of Feijoa #A3F275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.36%

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

R = 31.23%
G = 46.36%
B = 22.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#A3F275 (or 0xA3F275) is known color: Feijoa. HEX triplet: A3, F2 and 75. RGB value is (163,242,117). Sum of RGB (Red+Green+Blue) = 163+242+117=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F275 is #5C0D8A. Grayscale: #CCCCCC. Windows color (decimal): -6032779 or 7729827. OLE color: 7729827.

HSL color Cylindrical-coordinate representation of color #A3F275: hue angle of 97.92º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3F275 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 242 117 -
CMYK 0.33 0 0.52 0.05
HSL 97.92º 0.83% 0.7% -
HSV(B) 97.92º 0.52% 0.95% -
XYZ 50.07 72.58 28.2 -
YUV 204.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 163 242 117 0.33 0 0.52 0.05 97.92 0.83 0.7
Hex A3 F2 75 21 0 34 5 62 53 46
Octal 243 362 165 41 0 64 5 142 123 106
Binary 10100011 11110010 1110101 100001 0 110100 101 1100010 1010011 1000110

Color Harmonies of #A3F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F275

Black with #A3F275

Text Example


Text Example

White with #A3F275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F275; }

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

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

background-color css

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

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

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

border-color css

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

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

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