Html Css Color HEX #A2DB72 Feijoa

📋 copy color: '#A2DB72'

red 162 ◦ green 219 ◦ blue 114

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

Shades of Feijoa #A2DB72

Tints of Feijoa #A2DB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 32.73%
G = 44.24%
B = 23.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#A2DB72 (or 0xA2DB72) is known color: Feijoa. HEX triplet: A2, DB and 72. RGB value is (162,219,114). Sum of RGB (Red+Green+Blue) = 162+219+114=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB72 is #5D248D. Grayscale: #BEBEBE. Windows color (decimal): -6104206 or 7527330. OLE color: 7527330.

HSL color Cylindrical-coordinate representation of color #A2DB72: hue angle of 92.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2DB72 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 114 -
CMYK 0.26 0 0.48 0.14
HSL 92.57º 0.59% 0.65% -
HSV(B) 92.57º 0.48% 0.86% -
XYZ 43.27 59.56 25.14 -
YUV 189.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 162 219 114 0.26 0 0.48 0.14 92.57 0.59 0.65
Hex A2 DB 72 1A 0 30 E 5D 3B 41
Octal 242 333 162 32 0 60 16 135 73 101
Binary 10100010 11011011 1110010 11010 0 110000 1110 1011101 111011 1000001

Color Harmonies of #A2DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB72

Black with #A2DB72

Text Example


Text Example

White with #A2DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB72; }

 p { color: rgb(162,219,114); }

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

background-color css

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

 a { background-color: rgb(162,219,114); }

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

border-color css

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

 span { border-color: rgb(162,219,114); }

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