Html Css Color HEX #A2E369 Feijoa

📋 copy color: '#A2E369'

red 162 ◦ green 227 ◦ blue 105

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

Shades of Feijoa #A2E369

Tints of Feijoa #A2E369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.26%

R = 32.79%
G = 45.95%
B = 21.26%

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

#A2E369 (or 0xA2E369) is known color: Feijoa. HEX triplet: A2, E3 and 69. RGB value is (162,227,105). Sum of RGB (Red+Green+Blue) = 162+227+105=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E369 is #5D1C96. Grayscale: #C2C2C2. Windows color (decimal): -6102167 or 6939554. OLE color: 6939554.

HSL color Cylindrical-coordinate representation of color #A2E369: hue angle of 91.97º 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 #A2E369 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 227 105 -
CMYK 0.29 0 0.54 0.11
HSL 91.97º 0.69% 0.65% -
HSV(B) 91.97º 0.54% 0.89% -
XYZ 44.92 63.64 23.28 -
YUV 193.66 77.97 105.42 -
System Red Green Blue C M Y K H S L
Decimal 162 227 105 0.29 0 0.54 0.11 91.97 0.69 0.65
Hex A2 E3 69 1D 0 36 B 5C 45 41
Octal 242 343 151 35 0 66 13 134 105 101
Binary 10100010 11100011 1101001 11101 0 110110 1011 1011100 1000101 1000001

Color Harmonies of #A2E369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E369

Black with #A2E369

Text Example


Text Example

White with #A2E369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E369; }

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

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

background-color css

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

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

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

border-color css

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

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

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