Html Css Color HEX #A2E384 Feijoa

📋 copy color: '#A2E384'

red 162 ◦ green 227 ◦ blue 132

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

Shades of Feijoa #A2E384

Tints of Feijoa #A2E384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.34%

R = 31.09%
G = 43.57%
B = 25.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#A2E384 (or 0xA2E384) is known color: Feijoa. HEX triplet: A2, E3 and 84. RGB value is (162,227,132). Sum of RGB (Red+Green+Blue) = 162+227+132=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E384 is #5D1C7B. Grayscale: #C5C5C5. Windows color (decimal): -6102140 or 8709026. OLE color: 8709026.

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

Color convert

RGB 162 227 132 -
CMYK 0.29 0 0.42 0.11
HSL 101.05º 0.63% 0.7% -
HSV(B) 101.05º 0.42% 0.89% -
XYZ 46.53 64.29 31.79 -
YUV 196.74 91.47 103.22 -
System Red Green Blue C M Y K H S L
Decimal 162 227 132 0.29 0 0.42 0.11 101.05 0.63 0.7
Hex A2 E3 84 1D 0 2A B 65 3F 46
Octal 242 343 204 35 0 52 13 145 77 106
Binary 10100010 11100011 10000100 11101 0 101010 1011 1100101 111111 1000110

Color Harmonies of #A2E384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E384

Black with #A2E384

Text Example


Text Example

White with #A2E384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E384; }

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

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

background-color css

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

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

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

border-color css

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

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

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