Html Css Color HEX #A2EA77 Feijoa

📋 copy color: '#A2EA77'

red 162 ◦ green 234 ◦ blue 119

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

Shades of Feijoa #A2EA77

Tints of Feijoa #A2EA77

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.44%

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

R = 31.46%
G = 45.44%
B = 23.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#A2EA77 (or 0xA2EA77) is known color: Feijoa. HEX triplet: A2, EA and 77. RGB value is (162,234,119). Sum of RGB (Red+Green+Blue) = 162+234+119=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA77 is #5D1588. Grayscale: #C7C7C7. Windows color (decimal): -6100361 or 7858850. OLE color: 7858850.

HSL color Cylindrical-coordinate representation of color #A2EA77: hue angle of 97.57º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2EA77 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 234 119 -
CMYK 0.31 0 0.49 0.08
HSL 97.57º 0.73% 0.69% -
HSV(B) 97.57º 0.49% 0.92% -
XYZ 47.65 67.86 28.04 -
YUV 199.36 82.65 101.35 -
System Red Green Blue C M Y K H S L
Decimal 162 234 119 0.31 0 0.49 0.08 97.57 0.73 0.69
Hex A2 EA 77 1F 0 31 8 62 49 45
Octal 242 352 167 37 0 61 10 142 111 105
Binary 10100010 11101010 1110111 11111 0 110001 1000 1100010 1001001 1000101

Color Harmonies of #A2EA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA77

Black with #A2EA77

Text Example


Text Example

White with #A2EA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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