Html Css Color HEX #A2EA6F Feijoa

📋 copy color: '#A2EA6F'

red 162 ◦ green 234 ◦ blue 111

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

Shades of Feijoa #A2EA6F

Tints of Feijoa #A2EA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.89%

R = 31.95%
G = 46.15%
B = 21.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#A2EA6F (or 0xA2EA6F) is known color: Feijoa. HEX triplet: A2, EA and 6F. RGB value is (162,234,111). Sum of RGB (Red+Green+Blue) = 162+234+111=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA6F is #5D1590. Grayscale: #C6C6C6. Windows color (decimal): -6100369 or 7334562. OLE color: 7334562.

HSL color Cylindrical-coordinate representation of color #A2EA6F: hue angle of 95.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2EA6F is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 234 111 -
CMYK 0.31 0 0.53 0.08
HSL 95.12º 0.75% 0.68% -
HSV(B) 95.12º 0.53% 0.92% -
XYZ 47.19 67.67 25.61 -
YUV 198.45 78.65 102 -
System Red Green Blue C M Y K H S L
Decimal 162 234 111 0.31 0 0.53 0.08 95.12 0.75 0.68
Hex A2 EA 6F 1F 0 35 8 5F 4B 44
Octal 242 352 157 37 0 65 10 137 113 104
Binary 10100010 11101010 1101111 11111 0 110101 1000 1011111 1001011 1000100

Color Harmonies of #A2EA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA6F

Black with #A2EA6F

Text Example


Text Example

White with #A2EA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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