Html Css Color HEX #A2E57A Feijoa

📋 copy color: '#A2E57A'

red 162 ◦ green 229 ◦ blue 122

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

Shades of Feijoa #A2E57A

Tints of Feijoa #A2E57A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.64%

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

R = 31.58%
G = 44.64%
B = 23.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#A2E57A (or 0xA2E57A) is known color: Feijoa. HEX triplet: A2, E5 and 7A. RGB value is (162,229,122). Sum of RGB (Red+Green+Blue) = 162+229+122=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E57A is #5D1A85. Grayscale: #C5C5C5. Windows color (decimal): -6101638 or 8054178. OLE color: 8054178.

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

Color convert

RGB 162 229 122 -
CMYK 0.29 0 0.47 0.10
HSL 97.57º 0.67% 0.69% -
HSV(B) 97.57º 0.47% 0.9% -
XYZ 46.43 65.13 28.54 -
YUV 196.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 162 229 122 0.29 0 0.47 0.10 97.57 0.67 0.69
Hex A2 E5 7A 1D 0 2F A 62 43 45
Octal 242 345 172 35 0 57 12 142 103 105
Binary 10100010 11100101 1111010 11101 0 101111 1010 1100010 1000011 1000101

Color Harmonies of #A2E57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E57A

Black with #A2E57A

Text Example


Text Example

White with #A2E57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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