Html Css Color HEX #A2D273 Feijoa

📋 copy color: '#A2D273'

red 162 ◦ green 210 ◦ blue 115

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

Shades of Feijoa #A2D273

Tints of Feijoa #A2D273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 33.26%
G = 43.12%
B = 23.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#A2D273 (or 0xA2D273) is known color: Feijoa. HEX triplet: A2, D2 and 73. RGB value is (162,210,115). Sum of RGB (Red+Green+Blue) = 162+210+115=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D273 is #5D2D8C. Grayscale: #B9B9B9. Windows color (decimal): -6106509 or 7590562. OLE color: 7590562.

HSL color Cylindrical-coordinate representation of color #A2D273: hue angle of 90.32º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2D273 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 210 115 -
CMYK 0.23 0 0.45 0.18
HSL 90.32º 0.51% 0.64% -
HSV(B) 90.32º 0.45% 0.82% -
XYZ 41.04 55.01 24.68 -
YUV 184.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 162 210 115 0.23 0 0.45 0.18 90.32 0.51 0.64
Hex A2 D2 73 17 0 2D 12 5A 33 40
Octal 242 322 163 27 0 55 22 132 63 100
Binary 10100010 11010010 1110011 10111 0 101101 10010 1011010 110011 1000000

Color Harmonies of #A2D273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D273

Black with #A2D273

Text Example


Text Example

White with #A2D273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D273; }

 p { color: rgb(162,210,115); }

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

background-color css

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

 a { background-color: rgb(162,210,115); }

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

border-color css

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

 span { border-color: rgb(162,210,115); }

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