Html Css Color HEX #A2E07E Feijoa

📋 copy color: '#A2E07E'

red 162 ◦ green 224 ◦ blue 126

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

Shades of Feijoa #A2E07E

Tints of Feijoa #A2E07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.61%

R = 31.64%
G = 43.75%
B = 24.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#A2E07E (or 0xA2E07E) is known color: Feijoa. HEX triplet: A2, E0 and 7E. RGB value is (162,224,126). Sum of RGB (Red+Green+Blue) = 162+224+126=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E07E is #5D1F81. Grayscale: #C2C2C2. Windows color (decimal): -6102914 or 8315042. OLE color: 8315042.

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

Color convert

RGB 162 224 126 -
CMYK 0.28 0 0.44 0.12
HSL 97.96º 0.61% 0.69% -
HSV(B) 97.96º 0.44% 0.88% -
XYZ 45.32 62.5 29.41 -
YUV 194.29 89.46 104.97 -
System Red Green Blue C M Y K H S L
Decimal 162 224 126 0.28 0 0.44 0.12 97.96 0.61 0.69
Hex A2 E0 7E 1C 0 2C C 62 3D 45
Octal 242 340 176 34 0 54 14 142 75 105
Binary 10100010 11100000 1111110 11100 0 101100 1100 1100010 111101 1000101

Color Harmonies of #A2E07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E07E

Black with #A2E07E

Text Example


Text Example

White with #A2E07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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