Html Css Color HEX #A2E377 Feijoa

📋 copy color: '#A2E377'

red 162 ◦ green 227 ◦ blue 119

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

Shades of Feijoa #A2E377

Tints of Feijoa #A2E377

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.69%

 BLUE value IS 119 (46.88% from 255) = 23.43%

R = 31.89%
G = 44.69%
B = 23.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#A2E377 (or 0xA2E377) is known color: Feijoa. HEX triplet: A2, E3 and 77. RGB value is (162,227,119). Sum of RGB (Red+Green+Blue) = 162+227+119=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E377 is #5D1C88. Grayscale: #C3C3C3. Windows color (decimal): -6102153 or 7857058. OLE color: 7857058.

HSL color Cylindrical-coordinate representation of color #A2E377: hue angle of 96.11º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2E377 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 227 119 -
CMYK 0.29 0 0.48 0.11
HSL 96.11º 0.66% 0.68% -
HSV(B) 96.11º 0.48% 0.89% -
XYZ 45.7 63.95 27.39 -
YUV 195.25 84.97 104.28 -
System Red Green Blue C M Y K H S L
Decimal 162 227 119 0.29 0 0.48 0.11 96.11 0.66 0.68
Hex A2 E3 77 1D 0 30 B 60 42 44
Octal 242 343 167 35 0 60 13 140 102 104
Binary 10100010 11100011 1110111 11101 0 110000 1011 1100000 1000010 1000100

Color Harmonies of #A2E377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E377

Black with #A2E377

Text Example


Text Example

White with #A2E377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E377; }

 p { color: rgb(162,227,119); }

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

background-color css

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

 a { background-color: rgb(162,227,119); }

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

border-color css

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

 span { border-color: rgb(162,227,119); }

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