Html Css Color HEX #A2E069 Feijoa

📋 copy color: '#A2E069'

red 162 ◦ green 224 ◦ blue 105

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

Shades of Feijoa #A2E069

Tints of Feijoa #A2E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

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

R = 32.99%
G = 45.62%
B = 21.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#A2E069 (or 0xA2E069) is known color: Feijoa. HEX triplet: A2, E0 and 69. RGB value is (162,224,105). Sum of RGB (Red+Green+Blue) = 162+224+105=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E069 is #5D1F96. Grayscale: #C0C0C0. Windows color (decimal): -6102935 or 6938786. OLE color: 6938786.

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

Color convert

RGB 162 224 105 -
CMYK 0.28 0 0.53 0.12
HSL 91.26º 0.66% 0.65% -
HSV(B) 91.26º 0.53% 0.88% -
XYZ 44.11 62.01 23.01 -
YUV 191.9 78.96 106.68 -
System Red Green Blue C M Y K H S L
Decimal 162 224 105 0.28 0 0.53 0.12 91.26 0.66 0.65
Hex A2 E0 69 1C 0 35 C 5B 42 41
Octal 242 340 151 34 0 65 14 133 102 101
Binary 10100010 11100000 1101001 11100 0 110101 1100 1011011 1000010 1000001

Color Harmonies of #A2E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E069

Black with #A2E069

Text Example


Text Example

White with #A2E069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E069; }

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

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

background-color css

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

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

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

border-color css

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

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

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