Html Css Color HEX #A2E074 Feijoa

📋 copy color: '#A2E074'

red 162 ◦ green 224 ◦ blue 116

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

Shades of Feijoa #A2E074

Tints of Feijoa #A2E074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.62%

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 32.27%
G = 44.62%
B = 23.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#A2E074 (or 0xA2E074) is known color: Feijoa. HEX triplet: A2, E0 and 74. RGB value is (162,224,116). Sum of RGB (Red+Green+Blue) = 162+224+116=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E074 is #5D1F8B. Grayscale: #C1C1C1. Windows color (decimal): -6102924 or 7659682. OLE color: 7659682.

HSL color Cylindrical-coordinate representation of color #A2E074: hue angle of 94.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2E074 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 116 -
CMYK 0.28 0 0.48 0.12
HSL 94.44º 0.64% 0.67% -
HSV(B) 94.44º 0.48% 0.88% -
XYZ 44.71 62.25 26.18 -
YUV 193.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 162 224 116 0.28 0 0.48 0.12 94.44 0.64 0.67
Hex A2 E0 74 1C 0 30 C 5E 40 43
Octal 242 340 164 34 0 60 14 136 100 103
Binary 10100010 11100000 1110100 11100 0 110000 1100 1011110 1000000 1000011

Color Harmonies of #A2E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E074

Black with #A2E074

Text Example


Text Example

White with #A2E074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E074; }

 p { color: rgb(162,224,116); }

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

background-color css

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

 a { background-color: rgb(162,224,116); }

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

border-color css

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

 span { border-color: rgb(162,224,116); }

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