Html Css Color HEX #A2DF70 Feijoa

📋 copy color: '#A2DF70'

red 162 ◦ green 223 ◦ blue 112

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

Shades of Feijoa #A2DF70

Tints of Feijoa #A2DF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

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

R = 32.6%
G = 44.87%
B = 22.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A2DF70 (or 0xA2DF70) is known color: Feijoa. HEX triplet: A2, DF and 70. RGB value is (162,223,112). Sum of RGB (Red+Green+Blue) = 162+223+112=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF70 is #5D208F. Grayscale: #C0C0C0. Windows color (decimal): -6103184 or 7397282. OLE color: 7397282.

HSL color Cylindrical-coordinate representation of color #A2DF70: hue angle of 92.97º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2DF70 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 223 112 -
CMYK 0.27 0 0.50 0.13
HSL 92.97º 0.63% 0.66% -
HSV(B) 92.97º 0.5% 0.87% -
XYZ 44.21 61.63 24.89 -
YUV 192.11 82.79 106.53 -
System Red Green Blue C M Y K H S L
Decimal 162 223 112 0.27 0 0.50 0.13 92.97 0.63 0.66
Hex A2 DF 70 1B 0 32 D 5D 3F 42
Octal 242 337 160 33 0 62 15 135 77 102
Binary 10100010 11011111 1110000 11011 0 110010 1101 1011101 111111 1000010

Color Harmonies of #A2DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF70

Black with #A2DF70

Text Example


Text Example

White with #A2DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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