Html Css Color HEX #A2FA76 Feijoa

📋 copy color: '#A2FA76'

red 162 ◦ green 250 ◦ blue 118

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

Shades of Feijoa #A2FA76

Tints of Feijoa #A2FA76

RGB

 RED value IS 162 (63.67% from 255) = 30.57%

 GREEN value IS 250 (98.05% from 255) = 47.17%

 BLUE value IS 118 (46.48% from 255) = 22.26%

R = 30.57%
G = 47.17%
B = 22.26%

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

#A2FA76 (or 0xA2FA76) is known color: Feijoa. HEX triplet: A2, FA and 76. RGB value is (162,250,118). Sum of RGB (Red+Green+Blue) = 162+250+118=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA76 is #5D0589. Grayscale: #D1D1D1. Windows color (decimal): -6096266 or 7797410. OLE color: 7797410.

HSL color Cylindrical-coordinate representation of color #A2FA76: hue angle of 100º degrees, saturation: 0.93, 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 #A2FA76 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 118 -
CMYK 0.35 0 0.53 0.02
HSL 100º 0.93% 0.72% -
HSV(B) 100º 0.53% 0.98% -
XYZ 52.36 77.36 29.31 -
YUV 208.64 76.85 94.73 -
System Red Green Blue C M Y K H S L
Decimal 162 250 118 0.35 0 0.53 0.02 100 0.93 0.72
Hex A2 FA 76 23 0 35 2 64 5D 48
Octal 242 372 166 43 0 65 2 144 135 110
Binary 10100010 11111010 1110110 100011 0 110101 10 1100100 1011101 1001000

Color Harmonies of #A2FA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA76

Black with #A2FA76

Text Example


Text Example

White with #A2FA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA76; }

 p { color: rgb(162,250,118); }

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

background-color css

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

 a { background-color: rgb(162,250,118); }

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

border-color css

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

 span { border-color: rgb(162,250,118); }

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