Html Css Color HEX #A2E07A Feijoa

📋 copy color: '#A2E07A'

red 162 ◦ green 224 ◦ blue 122

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

Shades of Feijoa #A2E07A

Tints of Feijoa #A2E07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 31.89%
G = 44.09%
B = 24.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#A2E07A (or 0xA2E07A) is known color: Feijoa. HEX triplet: A2, E0 and 7A. RGB value is (162,224,122). Sum of RGB (Red+Green+Blue) = 162+224+122=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E07A is #5D1F85. Grayscale: #C2C2C2. Windows color (decimal): -6102918 or 8052898. OLE color: 8052898.

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

Color convert

RGB 162 224 122 -
CMYK 0.28 0 0.46 0.12
HSL 96.47º 0.62% 0.68% -
HSV(B) 96.47º 0.46% 0.88% -
XYZ 45.07 62.4 28.08 -
YUV 193.83 87.46 105.29 -
System Red Green Blue C M Y K H S L
Decimal 162 224 122 0.28 0 0.46 0.12 96.47 0.62 0.68
Hex A2 E0 7A 1C 0 2E C 60 3E 44
Octal 242 340 172 34 0 56 14 140 76 104
Binary 10100010 11100000 1111010 11100 0 101110 1100 1100000 111110 1000100

Color Harmonies of #A2E07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E07A

Black with #A2E07A

Text Example


Text Example

White with #A2E07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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