Html Css Color HEX #A2EC72 Feijoa

📋 copy color: '#A2EC72'

red 162 ◦ green 236 ◦ blue 114

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

Shades of Feijoa #A2EC72

Tints of Feijoa #A2EC72

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.09%

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 31.64%
G = 46.09%
B = 22.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#A2EC72 (or 0xA2EC72) is known color: Feijoa. HEX triplet: A2, EC and 72. RGB value is (162,236,114). Sum of RGB (Red+Green+Blue) = 162+236+114=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC72 is #5D138D. Grayscale: #C8C8C8. Windows color (decimal): -6099854 or 7531682. OLE color: 7531682.

HSL color Cylindrical-coordinate representation of color #A2EC72: hue angle of 96.39º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2EC72 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 236 114 -
CMYK 0.31 0 0.52 0.07
HSL 96.39º 0.76% 0.69% -
HSV(B) 96.39º 0.52% 0.93% -
XYZ 47.93 68.89 26.69 -
YUV 199.97 79.48 100.92 -
System Red Green Blue C M Y K H S L
Decimal 162 236 114 0.31 0 0.52 0.07 96.39 0.76 0.69
Hex A2 EC 72 1F 0 34 7 60 4C 45
Octal 242 354 162 37 0 64 7 140 114 105
Binary 10100010 11101100 1110010 11111 0 110100 111 1100000 1001100 1000101

Color Harmonies of #A2EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EC72

Black with #A2EC72

Text Example


Text Example

White with #A2EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EC72; }

 p { color: rgb(162,236,114); }

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

background-color css

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

 a { background-color: rgb(162,236,114); }

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

border-color css

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

 span { border-color: rgb(162,236,114); }

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