Html Css Color HEX #A7DB82 Feijoa

📋 copy color: '#A7DB82'

red 167 ◦ green 219 ◦ blue 130

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

Shades of Feijoa #A7DB82

Tints of Feijoa #A7DB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.19%

R = 32.36%
G = 42.44%
B = 25.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#A7DB82 (or 0xA7DB82) is known color: Feijoa. HEX triplet: A7, DB and 82. RGB value is (167,219,130). Sum of RGB (Red+Green+Blue) = 167+219+130=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB82 is #58247D. Grayscale: #C1C1C1. Windows color (decimal): -5776510 or 8575911. OLE color: 8575911.

HSL color Cylindrical-coordinate representation of color #A7DB82: hue angle of 95.06º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7DB82 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 219 130 -
CMYK 0.24 0 0.41 0.14
HSL 95.06º 0.55% 0.68% -
HSV(B) 95.06º 0.41% 0.86% -
XYZ 45.3 60.49 30.41 -
YUV 193.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 167 219 130 0.24 0 0.41 0.14 95.06 0.55 0.68
Hex A7 DB 82 18 0 29 E 5F 37 44
Octal 247 333 202 30 0 51 16 137 67 104
Binary 10100111 11011011 10000010 11000 0 101001 1110 1011111 110111 1000100

Color Harmonies of #A7DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DB82

Black with #A7DB82

Text Example


Text Example

White with #A7DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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