Html Css Color HEX #A7DA82 Feijoa

📋 copy color: '#A7DA82'

red 167 ◦ green 218 ◦ blue 130

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

Shades of Feijoa #A7DA82

Tints of Feijoa #A7DA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

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

R = 32.43%
G = 42.33%
B = 25.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A7DA82 (or 0xA7DA82) is known color: Feijoa. HEX triplet: A7, DA and 82. RGB value is (167,218,130). Sum of RGB (Red+Green+Blue) = 167+218+130=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DA82 is #58257D. Grayscale: #C1C1C1. Windows color (decimal): -5776766 or 8575655. OLE color: 8575655.

HSL color Cylindrical-coordinate representation of color #A7DA82: hue angle of 94.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7DA82 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 218 130 -
CMYK 0.23 0 0.40 0.15
HSL 94.77º 0.54% 0.68% -
HSV(B) 94.77º 0.4% 0.85% -
XYZ 45.04 59.97 30.32 -
YUV 192.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 167 218 130 0.23 0 0.40 0.15 94.77 0.54 0.68
Hex A7 DA 82 17 0 28 F 5F 36 44
Octal 247 332 202 27 0 50 17 137 66 104
Binary 10100111 11011010 10000010 10111 0 101000 1111 1011111 110110 1000100

Color Harmonies of #A7DA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DA82

Black with #A7DA82

Text Example


Text Example

White with #A7DA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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