Html Css Color HEX #A4DC5E Conifer

📋 copy color: '#A4DC5E'

red 164 ◦ green 220 ◦ blue 94

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

Shades of Conifer #A4DC5E

Tints of Conifer #A4DC5E

RGB

 RED value IS 164 (64.45% from 255) = 34.31%

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

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

R = 34.31%
G = 46.03%
B = 19.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#A4DC5E (or 0xA4DC5E) is known color: Conifer. HEX triplet: A4, DC and 5E. RGB value is (164,220,94). Sum of RGB (Red+Green+Blue) = 164+220+94=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC5E is #5B23A1. Grayscale: #BDBDBD. Windows color (decimal): -5972898 or 6216868. OLE color: 6216868.

HSL color Cylindrical-coordinate representation of color #A4DC5E: hue angle of 86.67º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4DC5E is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 94 -
CMYK 0.25 0 0.57 0.14
HSL 86.67º 0.64% 0.62% -
HSV(B) 86.67º 0.57% 0.86% -
XYZ 42.92 59.89 19.89 -
YUV 188.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 164 220 94 0.25 0 0.57 0.14 86.67 0.64 0.62
Hex A4 DC 5E 19 0 39 E 57 40 3E
Octal 244 334 136 31 0 71 16 127 100 76
Binary 10100100 11011100 1011110 11001 0 111001 1110 1010111 1000000 111110

Color Harmonies of #A4DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC5E

Black with #A4DC5E

Text Example


Text Example

White with #A4DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC5E; }

 p { color: rgb(164,220,94); }

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

background-color css

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

 a { background-color: rgb(164,220,94); }

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

border-color css

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

 span { border-color: rgb(164,220,94); }

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