Html Css Color HEX #A2E06D Feijoa

📋 copy color: '#A2E06D'

red 162 ◦ green 224 ◦ blue 109

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

Shades of Feijoa #A2E06D

Tints of Feijoa #A2E06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.25%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 32.73%
G = 45.25%
B = 22.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#A2E06D (or 0xA2E06D) is known color: Feijoa. HEX triplet: A2, E0 and 6D. RGB value is (162,224,109). Sum of RGB (Red+Green+Blue) = 162+224+109=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E06D is #5D1F92. Grayscale: #C0C0C0. Windows color (decimal): -6102931 or 7200930. OLE color: 7200930.

HSL color Cylindrical-coordinate representation of color #A2E06D: hue angle of 92.35º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2E06D is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 109 -
CMYK 0.28 0 0.51 0.12
HSL 92.35º 0.65% 0.65% -
HSV(B) 92.35º 0.51% 0.88% -
XYZ 44.32 62.1 24.12 -
YUV 192.35 80.96 106.35 -
System Red Green Blue C M Y K H S L
Decimal 162 224 109 0.28 0 0.51 0.12 92.35 0.65 0.65
Hex A2 E0 6D 1C 0 33 C 5C 41 41
Octal 242 340 155 34 0 63 14 134 101 101
Binary 10100010 11100000 1101101 11100 0 110011 1100 1011100 1000001 1000001

Color Harmonies of #A2E06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E06D

Black with #A2E06D

Text Example


Text Example

White with #A2E06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E06D; }

 p { color: rgb(162,224,109); }

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

background-color css

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

 a { background-color: rgb(162,224,109); }

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

border-color css

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

 span { border-color: rgb(162,224,109); }

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