Html Css Color HEX #A2E385 Feijoa

📋 copy color: '#A2E385'

red 162 ◦ green 227 ◦ blue 133

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

Shades of Feijoa #A2E385

Tints of Feijoa #A2E385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 31.03%
G = 43.49%
B = 25.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#A2E385 (or 0xA2E385) is known color: Feijoa. HEX triplet: A2, E3 and 85. RGB value is (162,227,133). Sum of RGB (Red+Green+Blue) = 162+227+133=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E385 is #5D1C7A. Grayscale: #C5C5C5. Windows color (decimal): -6102139 or 8774562. OLE color: 8774562.

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

Color convert

RGB 162 227 133 -
CMYK 0.29 0 0.41 0.11
HSL 101.49º 0.63% 0.71% -
HSV(B) 101.49º 0.41% 0.89% -
XYZ 46.6 64.31 32.15 -
YUV 196.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 162 227 133 0.29 0 0.41 0.11 101.49 0.63 0.71
Hex A2 E3 85 1D 0 29 B 65 3F 47
Octal 242 343 205 35 0 51 13 145 77 107
Binary 10100010 11100011 10000101 11101 0 101001 1011 1100101 111111 1000111

Color Harmonies of #A2E385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E385

Black with #A2E385

Text Example


Text Example

White with #A2E385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E385; }

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

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

background-color css

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

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

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

border-color css

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

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

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