Html Css Color HEX #A7DC7D Feijoa

📋 copy color: '#A7DC7D'

red 167 ◦ green 220 ◦ blue 125

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

Shades of Feijoa #A7DC7D

Tints of Feijoa #A7DC7D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 32.62%
G = 42.97%
B = 24.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#A7DC7D (or 0xA7DC7D) is known color: Feijoa. HEX triplet: A7, DC and 7D. RGB value is (167,220,125). Sum of RGB (Red+Green+Blue) = 167+220+125=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC7D is #582382. Grayscale: #C1C1C1. Windows color (decimal): -5776259 or 8248487. OLE color: 8248487.

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

Color convert

RGB 167 220 125 -
CMYK 0.24 0 0.43 0.14
HSL 93.47º 0.58% 0.68% -
HSV(B) 93.47º 0.43% 0.86% -
XYZ 45.23 60.88 28.77 -
YUV 193.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 167 220 125 0.24 0 0.43 0.14 93.47 0.58 0.68
Hex A7 DC 7D 18 0 2B E 5D 3A 44
Octal 247 334 175 30 0 53 16 135 72 104
Binary 10100111 11011100 1111101 11000 0 101011 1110 1011101 111010 1000100

Color Harmonies of #A7DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DC7D

Black with #A7DC7D

Text Example


Text Example

White with #A7DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DC7D; }

 p { color: rgb(167,220,125); }

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

background-color css

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

 a { background-color: rgb(167,220,125); }

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

border-color css

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

 span { border-color: rgb(167,220,125); }

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