Html Css Color HEX #A2E76B Feijoa

📋 copy color: '#A2E76B'

red 162 ◦ green 231 ◦ blue 107

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

Shades of Feijoa #A2E76B

Tints of Feijoa #A2E76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.2%

 BLUE value IS 107 (42.19% from 255) = 21.4%

R = 32.4%
G = 46.2%
B = 21.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#A2E76B (or 0xA2E76B) is known color: Feijoa. HEX triplet: A2, E7 and 6B. RGB value is (162,231,107). Sum of RGB (Red+Green+Blue) = 162+231+107=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E76B is #5D1894. Grayscale: #C4C4C4. Windows color (decimal): -6101141 or 7071650. OLE color: 7071650.

HSL color Cylindrical-coordinate representation of color #A2E76B: hue angle of 93.39º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2E76B is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 231 107 -
CMYK 0.30 0 0.54 0.09
HSL 93.39º 0.72% 0.66% -
HSV(B) 93.39º 0.54% 0.91% -
XYZ 46.13 65.89 24.2 -
YUV 196.23 77.64 103.58 -
System Red Green Blue C M Y K H S L
Decimal 162 231 107 0.30 0 0.54 0.09 93.39 0.72 0.66
Hex A2 E7 6B 1E 0 36 9 5D 48 42
Octal 242 347 153 36 0 66 11 135 110 102
Binary 10100010 11100111 1101011 11110 0 110110 1001 1011101 1001000 1000010

Color Harmonies of #A2E76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E76B

Black with #A2E76B

Text Example


Text Example

White with #A2E76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E76B; }

 p { color: rgb(162,231,107); }

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

background-color css

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

 a { background-color: rgb(162,231,107); }

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

border-color css

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

 span { border-color: rgb(162,231,107); }

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