Html Css Color HEX #A2E168 Feijoa

📋 copy color: '#A2E168'

red 162 ◦ green 225 ◦ blue 104

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

Shades of Feijoa #A2E168

Tints of Feijoa #A2E168

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 32.99%
G = 45.82%
B = 21.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#A2E168 (or 0xA2E168) is known color: Feijoa. HEX triplet: A2, E1 and 68. RGB value is (162,225,104). Sum of RGB (Red+Green+Blue) = 162+225+104=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E168 is #5D1E97. Grayscale: #C0C0C0. Windows color (decimal): -6102680 or 6873506. OLE color: 6873506.

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

Color convert

RGB 162 225 104 -
CMYK 0.28 0 0.54 0.12
HSL 91.24º 0.67% 0.65% -
HSV(B) 91.24º 0.54% 0.88% -
XYZ 44.32 62.53 22.83 -
YUV 192.37 78.13 106.34 -
System Red Green Blue C M Y K H S L
Decimal 162 225 104 0.28 0 0.54 0.12 91.24 0.67 0.65
Hex A2 E1 68 1C 0 36 C 5B 43 41
Octal 242 341 150 34 0 66 14 133 103 101
Binary 10100010 11100001 1101000 11100 0 110110 1100 1011011 1000011 1000001

Color Harmonies of #A2E168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E168

Black with #A2E168

Text Example


Text Example

White with #A2E168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E168; }

 p { color: rgb(162,225,104); }

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

background-color css

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

 a { background-color: rgb(162,225,104); }

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

border-color css

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

 span { border-color: rgb(162,225,104); }

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