Html Css Color HEX #A2E478 Feijoa

📋 copy color: '#A2E478'

red 162 ◦ green 228 ◦ blue 120

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

Shades of Feijoa #A2E478

Tints of Feijoa #A2E478

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.71%

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

R = 31.76%
G = 44.71%
B = 23.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#A2E478 (or 0xA2E478) is known color: Feijoa. HEX triplet: A2, E4 and 78. RGB value is (162,228,120). Sum of RGB (Red+Green+Blue) = 162+228+120=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E478 is #5D1B87. Grayscale: #C4C4C4. Windows color (decimal): -6101896 or 7922850. OLE color: 7922850.

HSL color Cylindrical-coordinate representation of color #A2E478: hue angle of 96.67º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2E478 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 228 120 -
CMYK 0.29 0 0.47 0.11
HSL 96.67º 0.67% 0.68% -
HSV(B) 96.67º 0.47% 0.89% -
XYZ 46.03 64.52 27.8 -
YUV 195.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 162 228 120 0.29 0 0.47 0.11 96.67 0.67 0.68
Hex A2 E4 78 1D 0 2F B 61 43 44
Octal 242 344 170 35 0 57 13 141 103 104
Binary 10100010 11100100 1111000 11101 0 101111 1011 1100001 1000011 1000100

Color Harmonies of #A2E478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E478

Black with #A2E478

Text Example


Text Example

White with #A2E478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E478; }

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

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

background-color css

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

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

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

border-color css

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

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

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