Html Css Color HEX #A2EC7D Feijoa

📋 copy color: '#A2EC7D'

red 162 ◦ green 236 ◦ blue 125

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

Shades of Feijoa #A2EC7D

Tints of Feijoa #A2EC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.9%

R = 30.98%
G = 45.12%
B = 23.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#A2EC7D (or 0xA2EC7D) is known color: Feijoa. HEX triplet: A2, EC and 7D. RGB value is (162,236,125). Sum of RGB (Red+Green+Blue) = 162+236+125=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC7D is #5D1382. Grayscale: #C9C9C9. Windows color (decimal): -6099843 or 8252578. OLE color: 8252578.

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

Color convert

RGB 162 236 125 -
CMYK 0.31 0 0.47 0.07
HSL 100º 0.74% 0.71% -
HSV(B) 100º 0.47% 0.93% -
XYZ 48.6 69.15 30.19 -
YUV 201.22 84.98 100.03 -
System Red Green Blue C M Y K H S L
Decimal 162 236 125 0.31 0 0.47 0.07 100 0.74 0.71
Hex A2 EC 7D 1F 0 2F 7 64 4A 47
Octal 242 354 175 37 0 57 7 144 112 107
Binary 10100010 11101100 1111101 11111 0 101111 111 1100100 1001010 1000111

Color Harmonies of #A2EC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EC7D

Black with #A2EC7D

Text Example


Text Example

White with #A2EC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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