Html Css Color HEX #A2FA78 Feijoa

📋 copy color: '#A2FA78'

red 162 ◦ green 250 ◦ blue 120

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

Shades of Feijoa #A2FA78

Tints of Feijoa #A2FA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.56%

R = 30.45%
G = 46.99%
B = 22.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#A2FA78 (or 0xA2FA78) is known color: Feijoa. HEX triplet: A2, FA and 78. RGB value is (162,250,120). Sum of RGB (Red+Green+Blue) = 162+250+120=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA78 is #5D0587. Grayscale: #D1D1D1. Windows color (decimal): -6096264 or 7928482. OLE color: 7928482.

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

Color convert

RGB 162 250 120 -
CMYK 0.35 0 0.52 0.02
HSL 100.62º 0.93% 0.73% -
HSV(B) 100.62º 0.52% 0.98% -
XYZ 52.48 77.41 29.94 -
YUV 208.87 77.85 94.57 -
System Red Green Blue C M Y K H S L
Decimal 162 250 120 0.35 0 0.52 0.02 100.62 0.93 0.73
Hex A2 FA 78 23 0 34 2 65 5D 49
Octal 242 372 170 43 0 64 2 145 135 111
Binary 10100010 11111010 1111000 100011 0 110100 10 1100101 1011101 1001001

Color Harmonies of #A2FA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA78

Black with #A2FA78

Text Example


Text Example

White with #A2FA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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