Html Css Color HEX #A2EA76 Feijoa

📋 copy color: '#A2EA76'

red 162 ◦ green 234 ◦ blue 118

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

Shades of Feijoa #A2EA76

Tints of Feijoa #A2EA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 31.52%
G = 45.53%
B = 22.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#A2EA76 (or 0xA2EA76) is known color: Feijoa. HEX triplet: A2, EA and 76. RGB value is (162,234,118). Sum of RGB (Red+Green+Blue) = 162+234+118=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA76 is #5D1589. Grayscale: #C7C7C7. Windows color (decimal): -6100362 or 7793314. OLE color: 7793314.

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

Color convert

RGB 162 234 118 -
CMYK 0.31 0 0.50 0.08
HSL 97.24º 0.73% 0.69% -
HSV(B) 97.24º 0.5% 0.92% -
XYZ 47.59 67.84 27.72 -
YUV 199.25 82.15 101.43 -
System Red Green Blue C M Y K H S L
Decimal 162 234 118 0.31 0 0.50 0.08 97.24 0.73 0.69
Hex A2 EA 76 1F 0 32 8 61 49 45
Octal 242 352 166 37 0 62 10 141 111 105
Binary 10100010 11101010 1110110 11111 0 110010 1000 1100001 1001001 1000101

Color Harmonies of #A2EA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA76

Black with #A2EA76

Text Example


Text Example

White with #A2EA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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