Html Css Color HEX #A2EA70 Feijoa

📋 copy color: '#A2EA70'

red 162 ◦ green 234 ◦ blue 112

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

Shades of Feijoa #A2EA70

Tints of Feijoa #A2EA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.05%

R = 31.89%
G = 46.06%
B = 22.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#A2EA70 (or 0xA2EA70) is known color: Feijoa. HEX triplet: A2, EA and 70. RGB value is (162,234,112). Sum of RGB (Red+Green+Blue) = 162+234+112=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA70 is #5D158F. Grayscale: #C6C6C6. Windows color (decimal): -6100368 or 7400098. OLE color: 7400098.

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

Color convert

RGB 162 234 112 -
CMYK 0.31 0 0.52 0.08
HSL 95.41º 0.74% 0.68% -
HSV(B) 95.41º 0.52% 0.92% -
XYZ 47.25 67.7 25.91 -
YUV 198.56 79.15 101.92 -
System Red Green Blue C M Y K H S L
Decimal 162 234 112 0.31 0 0.52 0.08 95.41 0.74 0.68
Hex A2 EA 70 1F 0 34 8 5F 4A 44
Octal 242 352 160 37 0 64 10 137 112 104
Binary 10100010 11101010 1110000 11111 0 110100 1000 1011111 1001010 1000100

Color Harmonies of #A2EA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA70

Black with #A2EA70

Text Example


Text Example

White with #A2EA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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