Html Css Color HEX #A7DB70 Feijoa

📋 copy color: '#A7DB70'

red 167 ◦ green 219 ◦ blue 112

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

Shades of Feijoa #A7DB70

Tints of Feijoa #A7DB70

RGB

 RED value IS 167 (65.63% from 255) = 33.53%

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

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

R = 33.53%
G = 43.98%
B = 22.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#A7DB70 (or 0xA7DB70) is known color: Feijoa. HEX triplet: A7, DB and 70. RGB value is (167,219,112). Sum of RGB (Red+Green+Blue) = 167+219+112=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB70 is #58248F. Grayscale: #BFBFBF. Windows color (decimal): -5776528 or 7396263. OLE color: 7396263.

HSL color Cylindrical-coordinate representation of color #A7DB70: hue angle of 89.16º 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 #A7DB70 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 219 112 -
CMYK 0.24 0 0.49 0.14
HSL 89.16º 0.6% 0.65% -
HSV(B) 89.16º 0.49% 0.86% -
XYZ 44.19 60.05 24.59 -
YUV 191.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 167 219 112 0.24 0 0.49 0.14 89.16 0.6 0.65
Hex A7 DB 70 18 0 31 E 59 3C 41
Octal 247 333 160 30 0 61 16 131 74 101
Binary 10100111 11011011 1110000 11000 0 110001 1110 1011001 111100 1000001

Color Harmonies of #A7DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DB70

Black with #A7DB70

Text Example


Text Example

White with #A7DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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