Html Css Color HEX #A8DC5E Conifer

📋 copy color: '#A8DC5E'

red 168 ◦ green 220 ◦ blue 94

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

Shades of Conifer #A8DC5E

Tints of Conifer #A8DC5E

RGB

 RED value IS 168 (66.02% from 255) = 34.85%

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

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

R = 34.85%
G = 45.64%
B = 19.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#A8DC5E (or 0xA8DC5E) is known color: Conifer. HEX triplet: A8, DC and 5E. RGB value is (168,220,94). Sum of RGB (Red+Green+Blue) = 168+220+94=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC5E is #5723A1. Grayscale: #BEBEBE. Windows color (decimal): -5710754 or 6216872. OLE color: 6216872.

HSL color Cylindrical-coordinate representation of color #A8DC5E: hue angle of 84.76º 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 #A8DC5E is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 94 -
CMYK 0.24 0 0.57 0.14
HSL 84.76º 0.64% 0.62% -
HSV(B) 84.76º 0.57% 0.86% -
XYZ 43.76 60.32 19.93 -
YUV 190.09 73.77 112.25 -
System Red Green Blue C M Y K H S L
Decimal 168 220 94 0.24 0 0.57 0.14 84.76 0.64 0.62
Hex A8 DC 5E 18 0 39 E 55 40 3E
Octal 250 334 136 30 0 71 16 125 100 76
Binary 10101000 11011100 1011110 11000 0 111001 1110 1010101 1000000 111110

Color Harmonies of #A8DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC5E

Black with #A8DC5E

Text Example


Text Example

White with #A8DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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