Html Css Color HEX #A2DB70 Feijoa

📋 copy color: '#A2DB70'

red 162 ◦ green 219 ◦ blue 112

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

Shades of Feijoa #A2DB70

Tints of Feijoa #A2DB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 32.86%
G = 44.42%
B = 22.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#A2DB70 (or 0xA2DB70) is known color: Feijoa. HEX triplet: A2, DB and 70. RGB value is (162,219,112). Sum of RGB (Red+Green+Blue) = 162+219+112=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB70 is #5D248F. Grayscale: #BEBEBE. Windows color (decimal): -6104208 or 7396258. OLE color: 7396258.

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

Color convert

RGB 162 219 112 -
CMYK 0.26 0 0.49 0.14
HSL 91.96º 0.6% 0.65% -
HSV(B) 91.96º 0.49% 0.86% -
XYZ 43.16 59.51 24.54 -
YUV 189.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 162 219 112 0.26 0 0.49 0.14 91.96 0.6 0.65
Hex A2 DB 70 1A 0 31 E 5C 3C 41
Octal 242 333 160 32 0 61 16 134 74 101
Binary 10100010 11011011 1110000 11010 0 110001 1110 1011100 111100 1000001

Color Harmonies of #A2DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB70

Black with #A2DB70

Text Example


Text Example

White with #A2DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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