Html Css Color HEX #A2E368 Feijoa

📋 copy color: '#A2E368'

red 162 ◦ green 227 ◦ blue 104

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

Shades of Feijoa #A2E368

Tints of Feijoa #A2E368

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.04%

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

R = 32.86%
G = 46.04%
B = 21.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#A2E368 (or 0xA2E368) is known color: Feijoa. HEX triplet: A2, E3 and 68. RGB value is (162,227,104). Sum of RGB (Red+Green+Blue) = 162+227+104=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E368 is #5D1C97. Grayscale: #C1C1C1. Windows color (decimal): -6102168 or 6874018. OLE color: 6874018.

HSL color Cylindrical-coordinate representation of color #A2E368: hue angle of 91.71º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2E368 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 227 104 -
CMYK 0.29 0 0.54 0.11
HSL 91.71º 0.69% 0.65% -
HSV(B) 91.71º 0.54% 0.89% -
XYZ 44.87 63.62 23.01 -
YUV 193.54 77.47 105.5 -
System Red Green Blue C M Y K H S L
Decimal 162 227 104 0.29 0 0.54 0.11 91.71 0.69 0.65
Hex A2 E3 68 1D 0 36 B 5C 45 41
Octal 242 343 150 35 0 66 13 134 105 101
Binary 10100010 11100011 1101000 11101 0 110110 1011 1011100 1000101 1000001

Color Harmonies of #A2E368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E368

Black with #A2E368

Text Example


Text Example

White with #A2E368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E368; }

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

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

background-color css

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

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

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

border-color css

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

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

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