Html Css Color HEX #A7DD5E Conifer

📋 copy color: '#A7DD5E'

red 167 ◦ green 221 ◦ blue 94

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

Shades of Conifer #A7DD5E

Tints of Conifer #A7DD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 94 (37.11% from 255) = 19.5%

R = 34.65%
G = 45.85%
B = 19.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#A7DD5E (or 0xA7DD5E) is known color: Conifer. HEX triplet: A7, DD and 5E. RGB value is (167,221,94). Sum of RGB (Red+Green+Blue) = 167+221+94=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DD5E is #5822A1. Grayscale: #BEBEBE. Windows color (decimal): -5776034 or 6217127. OLE color: 6217127.

HSL color Cylindrical-coordinate representation of color #A7DD5E: hue angle of 85.51º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7DD5E is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 221 94 -
CMYK 0.24 0 0.57 0.13
HSL 85.51º 0.65% 0.62% -
HSV(B) 85.51º 0.57% 0.87% -
XYZ 43.81 60.74 20 -
YUV 190.38 73.61 111.33 -
System Red Green Blue C M Y K H S L
Decimal 167 221 94 0.24 0 0.57 0.13 85.51 0.65 0.62
Hex A7 DD 5E 18 0 39 D 56 41 3E
Octal 247 335 136 30 0 71 15 126 101 76
Binary 10100111 11011101 1011110 11000 0 111001 1101 1010110 1000001 111110

Color Harmonies of #A7DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DD5E

Black with #A7DD5E

Text Example


Text Example

White with #A7DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DD5E; }

 p { color: rgb(167,221,94); }

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

background-color css

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

 a { background-color: rgb(167,221,94); }

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

border-color css

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

 span { border-color: rgb(167,221,94); }

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