Html Css Color HEX #A2EC6D Feijoa

📋 copy color: '#A2EC6D'

red 162 ◦ green 236 ◦ blue 109

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

Shades of Feijoa #A2EC6D

Tints of Feijoa #A2EC6D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.55%

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

R = 31.95%
G = 46.55%
B = 21.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#A2EC6D (or 0xA2EC6D) is known color: Feijoa. HEX triplet: A2, EC and 6D. RGB value is (162,236,109). Sum of RGB (Red+Green+Blue) = 162+236+109=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC6D is #5D1392. Grayscale: #C7C7C7. Windows color (decimal): -6099859 or 7204002. OLE color: 7204002.

HSL color Cylindrical-coordinate representation of color #A2EC6D: hue angle of 94.96º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2EC6D is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 236 109 -
CMYK 0.31 0 0.54 0.07
HSL 94.96º 0.77% 0.68% -
HSV(B) 94.96º 0.54% 0.93% -
XYZ 47.66 68.78 25.23 -
YUV 199.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 162 236 109 0.31 0 0.54 0.07 94.96 0.77 0.68
Hex A2 EC 6D 1F 0 36 7 5F 4D 44
Octal 242 354 155 37 0 66 7 137 115 104
Binary 10100010 11101100 1101101 11111 0 110110 111 1011111 1001101 1000100

Color Harmonies of #A2EC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EC6D

Black with #A2EC6D

Text Example


Text Example

White with #A2EC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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